Html Css Color HEX #CF3E20 Harley Davidson Orange

📋 copy color: '#CF3E20'

red 207 ◦ green 62 ◦ blue 32

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

Shades of Harley Davidson Orange #CF3E20

Tints of Harley Davidson Orange #CF3E20

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.6%

 BLUE value IS 32 (12.89% from 255) = 10.63%

R = 68.77%
G = 20.6%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF3E20 (or 0xCF3E20) is known color: Harley Davidson Orange. HEX triplet: CF, 3E and 20. RGB value is (207,62,32). Sum of RGB (Red+Green+Blue) = 207+62+32=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3E20 is #30C1DF. Grayscale: #666666. Windows color (decimal): -3195360 or 2113231. OLE color: 2113231.

HSL color Cylindrical-coordinate representation of color #CF3E20: hue angle of 10.29º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF3E20 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 62 32 -
CMYK 0 0.70 0.85 0.19
HSL 10.29º 0.73% 0.47% -
HSV(B) 10.29º 0.85% 0.81% -
XYZ 27.72 16.81 3.15 -
YUV 101.94 88.54 202.94 -
System Red Green Blue C M Y K H S L
Decimal 207 62 32 0 0.70 0.85 0.19 10.29 0.73 0.47
Hex CF 3E 20 0 46 55 13 A 49 2F
Octal 317 76 40 0 106 125 23 12 111 57
Binary 11001111 111110 100000 0 1000110 1010101 10011 1010 1001001 101111

Color Harmonies of #CF3E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3E20

Black with #CF3E20

Text Example


Text Example

White with #CF3E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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