Html Css Color HEX #C72410 Harley Davidson Orange

📋 copy color: '#C72410'

red 199 ◦ green 36 ◦ blue 16

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

Shades of Harley Davidson Orange #C72410

Tints of Harley Davidson Orange #C72410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.37%

R = 79.28%
G = 14.34%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C72410 (or 0xC72410) is known color: Harley Davidson Orange. HEX triplet: C7, 24 and 10. RGB value is (199,36,16). Sum of RGB (Red+Green+Blue) = 199+36+16=251 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.28% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 199 - color contains mainly: red. Hex color #C72410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72410 is #38DBEF. Grayscale: #525252. Windows color (decimal): -3726320 or 1057991. OLE color: 1057991.

HSL color Cylindrical-coordinate representation of color #C72410: hue angle of 6.56º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C72410 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 36 16 -
CMYK 0 0.82 0.92 0.22
HSL 6.56º 0.85% 0.42% -
HSV(B) 6.56º 0.92% 0.78% -
XYZ 24.28 13.44 1.81 -
YUV 82.46 90.5 211.13 -
System Red Green Blue C M Y K H S L
Decimal 199 36 16 0 0.82 0.92 0.22 6.56 0.85 0.42
Hex C7 24 10 0 52 5C 16 7 55 2A
Octal 307 44 20 0 122 134 26 7 125 52
Binary 11000111 100100 10000 0 1010010 1011100 10110 111 1010101 101010

Color Harmonies of #C72410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72410

Black with #C72410

Text Example


Text Example

White with #C72410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72410; }

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

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

background-color css

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

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

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

border-color css

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

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

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