Html Css Color HEX #C72A06 Harley Davidson Orange

📋 copy color: '#C72A06'

red 199 ◦ green 42 ◦ blue 6

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

Shades of Harley Davidson Orange #C72A06

Tints of Harley Davidson Orange #C72A06

RGB

 RED value IS 199 (78.13% from 255) = 80.57%

 GREEN value IS 42 (16.8% from 255) = 17%

 BLUE value IS 6 (2.73% from 255) = 2.43%

R = 80.57%
G = 17%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C72A06 (or 0xC72A06) is known color: Harley Davidson Orange. HEX triplet: C7, 2A and 06. RGB value is (199,42,6). Sum of RGB (Red+Green+Blue) = 199+42+6=247 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.57% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 199 - color contains mainly: red. Hex color #C72A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72A06 is #38D5F9. Grayscale: #555555. Windows color (decimal): -3724794 or 404167. OLE color: 404167.

HSL color Cylindrical-coordinate representation of color #C72A06: hue angle of 11.19º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C72A06 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 42 6 -
CMYK 0 0.79 0.97 0.22
HSL 11.19º 0.94% 0.4% -
HSV(B) 11.19º 0.97% 0.78% -
XYZ 24.41 13.81 1.55 -
YUV 84.84 83.51 209.43 -
System Red Green Blue C M Y K H S L
Decimal 199 42 6 0 0.79 0.97 0.22 11.19 0.94 0.4
Hex C7 2A 6 0 4F 61 16 B 5E 28
Octal 307 52 6 0 117 141 26 13 136 50
Binary 11000111 101010 110 0 1001111 1100001 10110 1011 1011110 101000

Color Harmonies of #C72A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72A06

Black with #C72A06

Text Example


Text Example

White with #C72A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72A06; }

 p { color: rgb(199,42,6); }

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

background-color css

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

 a { background-color: rgb(199,42,6); }

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

border-color css

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

 span { border-color: rgb(199,42,6); }

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