Html Css Color HEX #C72013 Harley Davidson Orange

📋 copy color: '#C72013'

red 199 ◦ green 32 ◦ blue 19

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

Shades of Harley Davidson Orange #C72013

Tints of Harley Davidson Orange #C72013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.8%

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

R = 79.6%
G = 12.8%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C72013 (or 0xC72013) is known color: Harley Davidson Orange. HEX triplet: C7, 20 and 13. RGB value is (199,32,19). Sum of RGB (Red+Green+Blue) = 199+32+19=250 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.6% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 199 - color contains mainly: red. Hex color #C72013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72013 is #38DFEC. Grayscale: #505050. Windows color (decimal): -3727341 or 1253575. OLE color: 1253575.

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

Color convert

RGB 199 32 19 -
CMYK 0 0.84 0.90 0.22
HSL 4.33º 0.83% 0.43% -
HSV(B) 4.33º 0.9% 0.78% -
XYZ 24.19 13.22 1.89 -
YUV 80.45 93.33 212.56 -
System Red Green Blue C M Y K H S L
Decimal 199 32 19 0 0.84 0.90 0.22 4.33 0.83 0.43
Hex C7 20 13 0 54 5A 16 4 53 2B
Octal 307 40 23 0 124 132 26 4 123 53
Binary 11000111 100000 10011 0 1010100 1011010 10110 100 1010011 101011

Color Harmonies of #C72013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72013

Black with #C72013

Text Example


Text Example

White with #C72013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72013; }

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

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

background-color css

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

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

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

border-color css

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

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

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