Html Css Color HEX #CF3109 Harley Davidson Orange

📋 copy color: '#CF3109'

red 207 ◦ green 49 ◦ blue 9

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

Shades of Harley Davidson Orange #CF3109

Tints of Harley Davidson Orange #CF3109

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.49%

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

R = 78.11%
G = 18.49%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF3109 (or 0xCF3109) is known color: Harley Davidson Orange. HEX triplet: CF, 31 and 09. RGB value is (207,49,9). Sum of RGB (Red+Green+Blue) = 207+49+9=265 (35% of max value = 765). Red value is 207 (81.25% from 255 or 78.11% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3109 is #30CEF6. Grayscale: #5B5B5B. Windows color (decimal): -3198711 or 602575. OLE color: 602575.

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

Color convert

RGB 207 49 9 -
CMYK 0 0.76 0.96 0.19
HSL 12.12º 0.92% 0.42% -
HSV(B) 12.12º 0.96% 0.81% -
XYZ 26.88 15.48 1.83 -
YUV 91.68 81.35 210.25 -
System Red Green Blue C M Y K H S L
Decimal 207 49 9 0 0.76 0.96 0.19 12.12 0.92 0.42
Hex CF 31 9 0 4C 60 13 C 5C 2A
Octal 317 61 11 0 114 140 23 14 134 52
Binary 11001111 110001 1001 0 1001100 1100000 10011 1100 1011100 101010

Color Harmonies of #CF3109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3109

Black with #CF3109

Text Example


Text Example

White with #CF3109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3109; }

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

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

background-color css

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

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

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

border-color css

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

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

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