Html Css Color HEX #C72400 Harley Davidson Orange

📋 copy color: '#C72400'

red 199 ◦ green 36 ◦ blue 0

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

Shades of Harley Davidson Orange #C72400

Tints of Harley Davidson Orange #C72400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.68%
G = 15.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C72400 (or 0xC72400) is known color: Harley Davidson Orange. HEX triplet: C7, 24 and 00. RGB value is (199,36,0). Sum of RGB (Red+Green+Blue) = 199+36+0=235 (31% of max value = 765). Red value is 199 (78.12% from 255 or 84.68% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 199 - color contains mainly: red. Hex color #C72400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72400 is #38DBFF. Grayscale: #505050. Windows color (decimal): -3726336 or 9415. OLE color: 9415.

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

Color convert

RGB 199 36 0 -
CMYK 0 0.82 1 0.22
HSL 10.85º 1% 0.39% -
HSV(B) 10.85º 1% 0.78% -
XYZ 24.18 13.4 1.31 -
YUV 80.63 82.5 212.43 -
System Red Green Blue C M Y K H S L
Decimal 199 36 0 0 0.82 1 0.22 10.85 1 0.39
Hex C7 24 0 0 52 64 16 B 64 27
Octal 307 44 0 0 122 144 26 13 144 47
Binary 11000111 100100 0 0 1010010 1100100 10110 1011 1100100 100111

Color Harmonies of #C72400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72400

Black with #C72400

Text Example


Text Example

White with #C72400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72400; }

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

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

background-color css

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

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

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

border-color css

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

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

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