Html Css Color HEX #CF2F09 Harley Davidson Orange

📋 copy color: '#CF2F09'

red 207 ◦ green 47 ◦ blue 9

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

Shades of Harley Davidson Orange #CF2F09

Tints of Harley Davidson Orange #CF2F09

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.87%

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

R = 78.71%
G = 17.87%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF2F09 (or 0xCF2F09) is known color: Harley Davidson Orange. HEX triplet: CF, 2F and 09. RGB value is (207,47,9). Sum of RGB (Red+Green+Blue) = 207+47+9=263 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.71% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2F09 is #30D0F6. Grayscale: #5A5A5A. Windows color (decimal): -3199223 or 602063. OLE color: 602063.

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

Color convert

RGB 207 47 9 -
CMYK 0 0.77 0.96 0.19
HSL 11.52º 0.92% 0.42% -
HSV(B) 11.52º 0.96% 0.81% -
XYZ 26.8 15.32 1.8 -
YUV 90.51 82.01 211.09 -
System Red Green Blue C M Y K H S L
Decimal 207 47 9 0 0.77 0.96 0.19 11.52 0.92 0.42
Hex CF 2F 9 0 4D 60 13 C 5C 2A
Octal 317 57 11 0 115 140 23 14 134 52
Binary 11001111 101111 1001 0 1001101 1100000 10011 1100 1011100 101010

Color Harmonies of #CF2F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2F09

Black with #CF2F09

Text Example


Text Example

White with #CF2F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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