Html Css Color HEX #C72413 Harley Davidson Orange

📋 copy color: '#C72413'

red 199 ◦ green 36 ◦ blue 19

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

Shades of Harley Davidson Orange #C72413

Tints of Harley Davidson Orange #C72413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.48%

R = 78.35%
G = 14.17%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C72413 (or 0xC72413) is known color: Harley Davidson Orange. HEX triplet: C7, 24 and 13. RGB value is (199,36,19). Sum of RGB (Red+Green+Blue) = 199+36+19=254 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.35% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 199 - color contains mainly: red. Hex color #C72413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72413 is #38DBEC. Grayscale: #535353. Windows color (decimal): -3726317 or 1254599. OLE color: 1254599.

HSL color Cylindrical-coordinate representation of color #C72413: hue angle of 5.67º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C72413 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 36 19 -
CMYK 0 0.82 0.90 0.22
HSL 5.67º 0.83% 0.43% -
HSV(B) 5.67º 0.9% 0.78% -
XYZ 24.3 13.45 1.93 -
YUV 82.8 92 210.88 -
System Red Green Blue C M Y K H S L
Decimal 199 36 19 0 0.82 0.90 0.22 5.67 0.83 0.43
Hex C7 24 13 0 52 5A 16 6 53 2B
Octal 307 44 23 0 122 132 26 6 123 53
Binary 11000111 100100 10011 0 1010010 1011010 10110 110 1010011 101011

Color Harmonies of #C72413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72413

Black with #C72413

Text Example


Text Example

White with #C72413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72413; }

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

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

background-color css

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

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

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

border-color css

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

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

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