Html Css Color HEX #C72A1D Harley Davidson Orange

📋 copy color: '#C72A1D'

red 199 ◦ green 42 ◦ blue 29

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

Shades of Harley Davidson Orange #C72A1D

Tints of Harley Davidson Orange #C72A1D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.56%

 BLUE value IS 29 (11.72% from 255) = 10.74%

R = 73.7%
G = 15.56%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C72A1D (or 0xC72A1D) is known color: Harley Davidson Orange. HEX triplet: C7, 2A and 1D. RGB value is (199,42,29). Sum of RGB (Red+Green+Blue) = 199+42+29=270 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.70% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 199 - color contains mainly: red. Hex color #C72A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72A1D is #38D5E2. Grayscale: #575757. Windows color (decimal): -3724771 or 1911495. OLE color: 1911495.

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

Color convert

RGB 199 42 29 -
CMYK 0 0.79 0.85 0.22
HSL 4.59º 0.75% 0.45% -
HSV(B) 4.59º 0.85% 0.78% -
XYZ 24.6 13.89 2.55 -
YUV 87.46 95.01 207.56 -
System Red Green Blue C M Y K H S L
Decimal 199 42 29 0 0.79 0.85 0.22 4.59 0.75 0.45
Hex C7 2A 1D 0 4F 55 16 5 4B 2D
Octal 307 52 35 0 117 125 26 5 113 55
Binary 11000111 101010 11101 0 1001111 1010101 10110 101 1001011 101101

Color Harmonies of #C72A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72A1D

Black with #C72A1D

Text Example


Text Example

White with #C72A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72A1D; }

 p { color: rgb(199,42,29); }

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

background-color css

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

 a { background-color: rgb(199,42,29); }

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

border-color css

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

 span { border-color: rgb(199,42,29); }

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