Html Css Color HEX #C72016 Harley Davidson Orange

📋 copy color: '#C72016'

red 199 ◦ green 32 ◦ blue 22

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

Shades of Harley Davidson Orange #C72016

Tints of Harley Davidson Orange #C72016

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.65%

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

R = 78.66%
G = 12.65%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C72016 (or 0xC72016) is known color: Harley Davidson Orange. HEX triplet: C7, 20 and 16. RGB value is (199,32,22). Sum of RGB (Red+Green+Blue) = 199+32+22=253 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.66% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 199 - color contains mainly: red. Hex color #C72016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72016 is #38DFE9. Grayscale: #515151. Windows color (decimal): -3727338 or 1450183. OLE color: 1450183.

HSL color Cylindrical-coordinate representation of color #C72016: hue angle of 3.39º 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 #C72016 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 32 22 -
CMYK 0 0.84 0.89 0.22
HSL 3.39º 0.8% 0.43% -
HSV(B) 3.39º 0.89% 0.78% -
XYZ 24.21 13.23 2.04 -
YUV 80.79 94.83 212.31 -
System Red Green Blue C M Y K H S L
Decimal 199 32 22 0 0.84 0.89 0.22 3.39 0.8 0.43
Hex C7 20 16 0 54 59 16 3 50 2B
Octal 307 40 26 0 124 131 26 3 120 53
Binary 11000111 100000 10110 0 1010100 1011001 10110 11 1010000 101011

Color Harmonies of #C72016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72016

Black with #C72016

Text Example


Text Example

White with #C72016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72016; }

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

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

background-color css

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

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

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

border-color css

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

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

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