#CF1D09

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

Shades of Harley Davidson Orange #CF1D09

Tints of Harley Davidson Orange #CF1D09

Color information

#CF1D09 (or 0xCF1D09) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 1D and 09. RGB value is (207,29,9). Sum of RGB (Red+Green+Blue) = 207+29+9=245 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.49% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF1D09 is #30E2F6. Grayscale: #505050. Windows color (decimal): -3203831 or 597455. OLE color: 597455.

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

Color convert

RGB207299-
CMYK00.860.960.19
HSL6.06º91.67%42.35%-
HSV(B)6.06º95.65%81.18%-
XYZ26.2214.161.61-
YUV79.9487.97218.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 84.49%
GREEN value IS 29 (11.72% from 255) = 11.84%
BLUE value IS 9 (3.91% from 255) = 3.67%
R=84.49%
G=11.84%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.96
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20729900.860.960.196.0691.6742.35
HexCF1D9056601365c2a
Octal3173511012614023613452
Binary11001111111011001010101101100000100111101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1D09; }

 p { color: rgb(207,29,9); }

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

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

 a { background-color: rgb(207,29,9); }

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

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

 span { border-color: rgb(207,29,9); }

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