Html Css Color HEX #C72316 Harley Davidson Orange

📋 copy color: '#C72316'

red 199 ◦ green 35 ◦ blue 22

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

Shades of Harley Davidson Orange #C72316

Tints of Harley Davidson Orange #C72316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.67%

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

R = 77.73%
G = 13.67%
B = 8.59%

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

#C72316 (or 0xC72316) is known color: Harley Davidson Orange. HEX triplet: C7, 23 and 16. RGB value is (199,35,22). Sum of RGB (Red+Green+Blue) = 199+35+22=256 (33% of max value = 765). Red value is 199 (78.12% from 255 or 77.73% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 199 - color contains mainly: red. Hex color #C72316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72316 is #38DCE9. Grayscale: #525252. Windows color (decimal): -3726570 or 1450951. OLE color: 1450951.

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

Color convert

RGB 199 35 22 -
CMYK 0 0.82 0.89 0.22
HSL 4.41º 0.8% 0.43% -
HSV(B) 4.41º 0.89% 0.78% -
XYZ 24.3 13.4 2.07 -
YUV 82.55 93.83 211.06 -
System Red Green Blue C M Y K H S L
Decimal 199 35 22 0 0.82 0.89 0.22 4.41 0.8 0.43
Hex C7 23 16 0 52 59 16 4 50 2B
Octal 307 43 26 0 122 131 26 4 120 53
Binary 11000111 100011 10110 0 1010010 1011001 10110 100 1010000 101011

Color Harmonies of #C72316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72316

Black with #C72316

Text Example


Text Example

White with #C72316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72316; }

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

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

background-color css

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

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

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

border-color css

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

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

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