Html Css Color HEX #CF2309 Harley Davidson Orange

📋 copy color: '#CF2309'

red 207 ◦ green 35 ◦ blue 9

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

Shades of Harley Davidson Orange #CF2309

Tints of Harley Davidson Orange #CF2309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.94%

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

R = 82.47%
G = 13.94%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF2309 (or 0xCF2309) is known color: Harley Davidson Orange. HEX triplet: CF, 23 and 09. RGB value is (207,35,9). Sum of RGB (Red+Green+Blue) = 207+35+9=251 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.47% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2309 is #30DCF6. Grayscale: #535353. Windows color (decimal): -3202295 or 598991. OLE color: 598991.

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

Color convert

RGB 207 35 9 -
CMYK 0 0.83 0.96 0.19
HSL 7.88º 0.92% 0.42% -
HSV(B) 7.88º 0.96% 0.81% -
XYZ 26.38 14.49 1.66 -
YUV 83.46 85.98 216.11 -
System Red Green Blue C M Y K H S L
Decimal 207 35 9 0 0.83 0.96 0.19 7.88 0.92 0.42
Hex CF 23 9 0 53 60 13 8 5C 2A
Octal 317 43 11 0 123 140 23 10 134 52
Binary 11001111 100011 1001 0 1010011 1100000 10011 1000 1011100 101010

Color Harmonies of #CF2309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2309

Black with #CF2309

Text Example


Text Example

White with #CF2309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2309; }

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

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

background-color css

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

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

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

border-color css

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

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

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