Html Css Color HEX #C72002 Harley Davidson Orange

📋 copy color: '#C72002'

red 199 ◦ green 32 ◦ blue 2

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

Shades of Harley Davidson Orange #C72002

Tints of Harley Davidson Orange #C72002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.86%

R = 85.41%
G = 13.73%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C72002 (or 0xC72002) is known color: Harley Davidson Orange. HEX triplet: C7, 20 and 02. RGB value is (199,32,2). Sum of RGB (Red+Green+Blue) = 199+32+2=233 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.41% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 199 - color contains mainly: red. Hex color #C72002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72002 is #38DFFD. Grayscale: #4E4E4E. Windows color (decimal): -3727358 or 139463. OLE color: 139463.

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

Color convert

RGB 199 32 2 -
CMYK 0 0.84 0.99 0.22
HSL 9.14º 0.98% 0.39% -
HSV(B) 9.14º 0.99% 0.78% -
XYZ 24.08 13.18 1.33 -
YUV 78.51 84.83 213.94 -
System Red Green Blue C M Y K H S L
Decimal 199 32 2 0 0.84 0.99 0.22 9.14 0.98 0.39
Hex C7 20 2 0 54 63 16 9 62 27
Octal 307 40 2 0 124 143 26 11 142 47
Binary 11000111 100000 10 0 1010100 1100011 10110 1001 1100010 100111

Color Harmonies of #C72002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72002

Black with #C72002

Text Example


Text Example

White with #C72002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72002; }

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

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

background-color css

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

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

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

border-color css

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

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

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