#CF361F

Color #CF361F Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #CF361F

Tints of Harley Davidson Orange #CF361F

Color information

#CF361F (or 0xCF361F) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 36 and 1F. RGB value is (207,54,31). Sum of RGB (Red+Green+Blue) = 207+54+31=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF361F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF361F is #30C9E0. Grayscale: #616161. Windows color (decimal): -3197409 or 2045647. OLE color: 2045647.

HSL color Cylindrical-coordinate representation of color #CF361F: hue angle of 7.84º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF361F is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB2075431-
CMYK00.740.850.19
HSL7.84º73.95%46.67%-
HSV(B)7.84º85.02%81.18%-
XYZ27.3162.95-
YUV97.1290.69206.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 70.89%
GREEN value IS 54 (21.48% from 255) = 18.49%
BLUE value IS 31 (12.5% from 255) = 10.62%
R=70.89%
G=18.49%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207543100.740.850.197.8473.9546.67
HexCF361F04A551384a2f
Octal31766370112125231011257
Binary11001111110110111110100101010101011001110001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF361F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF361F; }

 p { color: rgb(207,54,31); }

 H1.HeaderClassName
 {
   color: #CF361F;
 }
 .AnyTagClassName
 {
   color: #CF361F;
 }
</style>
background-color css

<style>
 a { background-color: #CF361F; }

 a { background-color: rgb(207,54,31); }

 div.DivClassName
 {
   background-color: #CF361F;
 }
 .BgClassName
 {
   background-color: #CF361F;
 }
</style>
border-color css

<style>
 span { border-color: #CF361F; }

 span { border-color: rgb(207,54,31); }

 td.TdClassName
 {
   border-color: #CF361F;
 }
 .TagClassName
 {
   border-color: #CF361F;
 }
</style>