Html Css Color HEX #C72616 Harley Davidson Orange

📋 copy color: '#C72616'

red 199 ◦ green 38 ◦ blue 22

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

Shades of Harley Davidson Orange #C72616

Tints of Harley Davidson Orange #C72616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.67%

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

R = 76.83%
G = 14.67%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C72616 (or 0xC72616) is known color: Harley Davidson Orange. HEX triplet: C7, 26 and 16. RGB value is (199,38,22). Sum of RGB (Red+Green+Blue) = 199+38+22=259 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.83% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 199 - color contains mainly: red. Hex color #C72616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72616 is #38D9E9. Grayscale: #545454. Windows color (decimal): -3725802 or 1451719. OLE color: 1451719.

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

Color convert

RGB 199 38 22 -
CMYK 0 0.81 0.89 0.22
HSL 5.42º 0.8% 0.43% -
HSV(B) 5.42º 0.89% 0.78% -
XYZ 24.39 13.59 2.1 -
YUV 84.32 92.84 209.8 -
System Red Green Blue C M Y K H S L
Decimal 199 38 22 0 0.81 0.89 0.22 5.42 0.8 0.43
Hex C7 26 16 0 51 59 16 5 50 2B
Octal 307 46 26 0 121 131 26 5 120 53
Binary 11000111 100110 10110 0 1010001 1011001 10110 101 1010000 101011

Color Harmonies of #C72616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72616

Black with #C72616

Text Example


Text Example

White with #C72616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72616; }

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

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

background-color css

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

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

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

border-color css

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

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

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