Html Css Color HEX #C72A16 Harley Davidson Orange

📋 copy color: '#C72A16'

red 199 ◦ green 42 ◦ blue 22

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

Shades of Harley Davidson Orange #C72A16

Tints of Harley Davidson Orange #C72A16

RGB

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

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

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

R = 75.67%
G = 15.97%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C72A16 (or 0xC72A16) is known color: Harley Davidson Orange. HEX triplet: C7, 2A and 16. RGB value is (199,42,22). Sum of RGB (Red+Green+Blue) = 199+42+22=263 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.67% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 199 - color contains mainly: red. Hex color #C72A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72A16 is #38D5E9. Grayscale: #565656. Windows color (decimal): -3724778 or 1452743. OLE color: 1452743.

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

Color convert

RGB 199 42 22 -
CMYK 0 0.79 0.89 0.22
HSL 6.78º 0.8% 0.43% -
HSV(B) 6.78º 0.89% 0.78% -
XYZ 24.53 13.86 2.14 -
YUV 86.66 91.51 208.13 -
System Red Green Blue C M Y K H S L
Decimal 199 42 22 0 0.79 0.89 0.22 6.78 0.8 0.43
Hex C7 2A 16 0 4F 59 16 7 50 2B
Octal 307 52 26 0 117 131 26 7 120 53
Binary 11000111 101010 10110 0 1001111 1011001 10110 111 1010000 101011

Color Harmonies of #C72A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72A16

Black with #C72A16

Text Example


Text Example

White with #C72A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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