Html Css Color HEX #CF2C09 Harley Davidson Orange

📋 copy color: '#CF2C09'

red 207 ◦ green 44 ◦ blue 9

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

Shades of Harley Davidson Orange #CF2C09

Tints of Harley Davidson Orange #CF2C09

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.92%

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

R = 79.62%
G = 16.92%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF2C09 (or 0xCF2C09) is known color: Harley Davidson Orange. HEX triplet: CF, 2C and 09. RGB value is (207,44,9). Sum of RGB (Red+Green+Blue) = 207+44+9=260 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.62% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2C09 is #30D3F6. Grayscale: #595959. Windows color (decimal): -3199991 or 601295. OLE color: 601295.

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

Color convert

RGB 207 44 9 -
CMYK 0 0.79 0.96 0.19
HSL 10.61º 0.92% 0.42% -
HSV(B) 10.61º 0.96% 0.81% -
XYZ 26.68 15.09 1.76 -
YUV 88.75 83 212.35 -
System Red Green Blue C M Y K H S L
Decimal 207 44 9 0 0.79 0.96 0.19 10.61 0.92 0.42
Hex CF 2C 9 0 4F 60 13 B 5C 2A
Octal 317 54 11 0 117 140 23 13 134 52
Binary 11001111 101100 1001 0 1001111 1100000 10011 1011 1011100 101010

Color Harmonies of #CF2C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2C09

Black with #CF2C09

Text Example


Text Example

White with #CF2C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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