Html Css Color HEX #CF2009 Harley Davidson Orange

📋 copy color: '#CF2009'

red 207 ◦ green 32 ◦ blue 9

#CF2009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #CF2009

Tints of Harley Davidson Orange #CF2009

RGB

 RED value IS 207 (81.25% from 255) = 83.47%

 GREEN value IS 32 (12.89% from 255) = 12.9%

 BLUE value IS 9 (3.91% from 255) = 3.63%

R = 83.47%
G = 12.9%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF2009 (or 0xCF2009) is known color: Harley Davidson Orange. HEX triplet: CF, 20 and 09. RGB value is (207,32,9). Sum of RGB (Red+Green+Blue) = 207+32+9=248 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.47% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2009 is #30DFF6. Grayscale: #515151. Windows color (decimal): -3203063 or 598223. OLE color: 598223.

HSL color Cylindrical-coordinate representation of color #CF2009: hue angle of 6.97º 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 #CF2009 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 32 9 -
CMYK 0 0.85 0.96 0.19
HSL 6.97º 0.92% 0.42% -
HSV(B) 6.97º 0.96% 0.81% -
XYZ 26.3 14.32 1.64 -
YUV 81.7 86.98 217.37 -
System Red Green Blue C M Y K H S L
Decimal 207 32 9 0 0.85 0.96 0.19 6.97 0.92 0.42
Hex CF 20 9 0 55 60 13 7 5C 2A
Octal 317 40 11 0 125 140 23 7 134 52
Binary 11001111 100000 1001 0 1010101 1100000 10011 111 1011100 101010

Color Harmonies of #CF2009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2009

Black with #CF2009

Text Example


Text Example

White with #CF2009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2009; }

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

 H1.HeaderClassName
 {
   color: #CF2009;
 }
 .AnyTagClassName
 {
   color: #CF2009;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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