#CF3719

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

Shades of Harley Davidson Orange #CF3719

Tints of Harley Davidson Orange #CF3719

Color information

#CF3719 (or 0xCF3719) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 37 and 19. RGB value is (207,55,25). Sum of RGB (Red+Green+Blue) = 207+55+25=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3719 is #30C8E6. Grayscale: #616161. Windows color (decimal): -3197159 or 1652687. OLE color: 1652687.

HSL color Cylindrical-coordinate representation of color #CF3719: hue angle of 9.89º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF3719 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB2075525-
CMYK00.730.880.19
HSL9.89º78.45%45.49%-
HSV(B)9.89º87.92%81.18%-
XYZ27.2716.072.58-
YUV97.0387.36206.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 72.13%
GREEN value IS 55 (21.88% from 255) = 19.16%
BLUE value IS 25 (10.16% from 255) = 8.71%
R=72.13%
G=19.16%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207552500.730.880.199.8978.4545.49
HexCF37190495813a4e2d
Octal31767310111130231211655
Binary11001111110111110010100100110110001001110101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3719; }

 p { color: rgb(207,55,25); }

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

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

 a { background-color: rgb(207,55,25); }

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

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

 span { border-color: rgb(207,55,25); }

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