Html Css Color HEX #C72416 Harley Davidson Orange

📋 copy color: '#C72416'

red 199 ◦ green 36 ◦ blue 22

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

Shades of Harley Davidson Orange #C72416

Tints of Harley Davidson Orange #C72416

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.01%

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

R = 77.43%
G = 14.01%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C72416 (or 0xC72416) is known color: Harley Davidson Orange. HEX triplet: C7, 24 and 16. RGB value is (199,36,22). Sum of RGB (Red+Green+Blue) = 199+36+22=257 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.43% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 199 - color contains mainly: red. Hex color #C72416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72416 is #38DBE9. Grayscale: #535353. Windows color (decimal): -3726314 or 1451207. OLE color: 1451207.

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

Color convert

RGB 199 36 22 -
CMYK 0 0.82 0.89 0.22
HSL 4.75º 0.8% 0.43% -
HSV(B) 4.75º 0.89% 0.78% -
XYZ 24.33 13.46 2.08 -
YUV 83.14 93.5 210.64 -
System Red Green Blue C M Y K H S L
Decimal 199 36 22 0 0.82 0.89 0.22 4.75 0.8 0.43
Hex C7 24 16 0 52 59 16 5 50 2B
Octal 307 44 26 0 122 131 26 5 120 53
Binary 11000111 100100 10110 0 1010010 1011001 10110 101 1010000 101011

Color Harmonies of #C72416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72416

Black with #C72416

Text Example


Text Example

White with #C72416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72416; }

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

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

background-color css

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

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

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

border-color css

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

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

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