#CF3E1C

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

Shades of Harley Davidson Orange #CF3E1C

Tints of Harley Davidson Orange #CF3E1C

Color information

#CF3E1C (or 0xCF3E1C) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 3E and 1C. RGB value is (207,62,28). Sum of RGB (Red+Green+Blue) = 207+62+28=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3E1C is #30C1E3. Grayscale: #656565. Windows color (decimal): -3195364 or 1851087. OLE color: 1851087.

HSL color Cylindrical-coordinate representation of color #CF3E1C: hue angle of 11.4º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF3E1C is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB2076228-
CMYK00.700.860.19
HSL11.4º76.17%46.08%-
HSV(B)11.4º86.47%81.18%-
XYZ27.6616.792.88-
YUV101.4886.54203.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 69.70%
GREEN value IS 62 (24.61% from 255) = 20.88%
BLUE value IS 28 (11.33% from 255) = 9.43%
R=69.70%
G=20.88%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207622800.700.860.1911.476.1746.08
HexCF3E1C0465613b4c2e
Octal31776340106126231311456
Binary11001111111110111000100011010101101001110111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3E1C; }

 p { color: rgb(207,62,28); }

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

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

 a { background-color: rgb(207,62,28); }

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

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

 span { border-color: rgb(207,62,28); }

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