Html Css Color HEX #C72003 Harley Davidson Orange

📋 copy color: '#C72003'

red 199 ◦ green 32 ◦ blue 3

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

Shades of Harley Davidson Orange #C72003

Tints of Harley Davidson Orange #C72003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.28%

R = 85.04%
G = 13.68%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C72003 (or 0xC72003) is known color: Harley Davidson Orange. HEX triplet: C7, 20 and 03. RGB value is (199,32,3). Sum of RGB (Red+Green+Blue) = 199+32+3=234 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.04% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 199 - color contains mainly: red. Hex color #C72003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72003 is #38DFFC. Grayscale: #4E4E4E. Windows color (decimal): -3727357 or 204999. OLE color: 204999.

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

Color convert

RGB 199 32 3 -
CMYK 0 0.84 0.98 0.22
HSL 8.88º 0.97% 0.4% -
HSV(B) 8.88º 0.98% 0.78% -
XYZ 24.09 13.18 1.36 -
YUV 78.63 85.33 213.86 -
System Red Green Blue C M Y K H S L
Decimal 199 32 3 0 0.84 0.98 0.22 8.88 0.97 0.4
Hex C7 20 3 0 54 62 16 9 61 28
Octal 307 40 3 0 124 142 26 11 141 50
Binary 11000111 100000 11 0 1010100 1100010 10110 1001 1100001 101000

Color Harmonies of #C72003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72003

Black with #C72003

Text Example


Text Example

White with #C72003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72003; }

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

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

background-color css

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

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

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

border-color css

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

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

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