Html Css Color HEX #C72805 Harley Davidson Orange

📋 copy color: '#C72805'

red 199 ◦ green 40 ◦ blue 5

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

Shades of Harley Davidson Orange #C72805

Tints of Harley Davidson Orange #C72805

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.39%

 BLUE value IS 5 (2.34% from 255) = 2.05%

R = 81.56%
G = 16.39%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C72805 (or 0xC72805) is known color: Harley Davidson Orange. HEX triplet: C7, 28 and 05. RGB value is (199,40,5). Sum of RGB (Red+Green+Blue) = 199+40+5=244 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.56% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 199 - color contains mainly: red. Hex color #C72805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72805 is #38D7FA. Grayscale: #535353. Windows color (decimal): -3725307 or 338119. OLE color: 338119.

HSL color Cylindrical-coordinate representation of color #C72805: hue angle of 10.82º degrees, saturation: 0.95, 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 #C72805 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 40 5 -
CMYK 0 0.80 0.97 0.22
HSL 10.82º 0.95% 0.4% -
HSV(B) 10.82º 0.97% 0.78% -
XYZ 24.34 13.67 1.5 -
YUV 83.55 83.68 210.35 -
System Red Green Blue C M Y K H S L
Decimal 199 40 5 0 0.80 0.97 0.22 10.82 0.95 0.4
Hex C7 28 5 0 50 61 16 B 5F 28
Octal 307 50 5 0 120 141 26 13 137 50
Binary 11000111 101000 101 0 1010000 1100001 10110 1011 1011111 101000

Color Harmonies of #C72805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72805

Black with #C72805

Text Example


Text Example

White with #C72805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72805; }

 p { color: rgb(199,40,5); }

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

background-color css

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

 a { background-color: rgb(199,40,5); }

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

border-color css

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

 span { border-color: rgb(199,40,5); }

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