Html Css Color HEX #C72720 Harley Davidson Orange

📋 copy color: '#C72720'

red 199 ◦ green 39 ◦ blue 32

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

Shades of Harley Davidson Orange #C72720

Tints of Harley Davidson Orange #C72720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.44%

 BLUE value IS 32 (12.89% from 255) = 11.85%

R = 73.7%
G = 14.44%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C72720 (or 0xC72720) is known color: Harley Davidson Orange. HEX triplet: C7, 27 and 20. RGB value is (199,39,32). Sum of RGB (Red+Green+Blue) = 199+39+32=270 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.70% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 199 - color contains mainly: red. Hex color #C72720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72720 is #38D8DF. Grayscale: #565656. Windows color (decimal): -3725536 or 2107335. OLE color: 2107335.

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

Color convert

RGB 199 39 32 -
CMYK 0 0.80 0.84 0.22
HSL 2.51º 0.72% 0.45% -
HSV(B) 2.51º 0.84% 0.78% -
XYZ 24.54 13.7 2.72 -
YUV 86.04 97.51 208.57 -
System Red Green Blue C M Y K H S L
Decimal 199 39 32 0 0.80 0.84 0.22 2.51 0.72 0.45
Hex C7 27 20 0 50 54 16 3 48 2D
Octal 307 47 40 0 120 124 26 3 110 55
Binary 11000111 100111 100000 0 1010000 1010100 10110 11 1001000 101101

Color Harmonies of #C72720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72720

Black with #C72720

Text Example


Text Example

White with #C72720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72720; }

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

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

background-color css

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

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

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

border-color css

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

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

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