Html Css Color HEX #C72116 Harley Davidson Orange

📋 copy color: '#C72116'

red 199 ◦ green 33 ◦ blue 22

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

Shades of Harley Davidson Orange #C72116

Tints of Harley Davidson Orange #C72116

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.99%

 BLUE value IS 22 (8.98% from 255) = 8.66%

R = 78.35%
G = 12.99%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C72116 (or 0xC72116) is known color: Harley Davidson Orange. HEX triplet: C7, 21 and 16. RGB value is (199,33,22). Sum of RGB (Red+Green+Blue) = 199+33+22=254 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.35% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 199 - color contains mainly: red. Hex color #C72116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72116 is #38DEE9. Grayscale: #515151. Windows color (decimal): -3727082 or 1450439. OLE color: 1450439.

HSL color Cylindrical-coordinate representation of color #C72116: hue angle of 3.73º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C72116 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 33 22 -
CMYK 0 0.83 0.89 0.22
HSL 3.73º 0.8% 0.43% -
HSV(B) 3.73º 0.89% 0.78% -
XYZ 24.24 13.29 2.05 -
YUV 81.38 94.5 211.89 -
System Red Green Blue C M Y K H S L
Decimal 199 33 22 0 0.83 0.89 0.22 3.73 0.8 0.43
Hex C7 21 16 0 53 59 16 4 50 2B
Octal 307 41 26 0 123 131 26 4 120 53
Binary 11000111 100001 10110 0 1010011 1011001 10110 100 1010000 101011

Color Harmonies of #C72116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72116

Black with #C72116

Text Example


Text Example

White with #C72116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72116; }

 p { color: rgb(199,33,22); }

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

background-color css

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

 a { background-color: rgb(199,33,22); }

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

border-color css

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

 span { border-color: rgb(199,33,22); }

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