Html Css Color HEX #C72C21 Harley Davidson Orange

📋 copy color: '#C72C21'

red 199 ◦ green 44 ◦ blue 33

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

Shades of Harley Davidson Orange #C72C21

Tints of Harley Davidson Orange #C72C21

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.94%

 BLUE value IS 33 (13.28% from 255) = 11.96%

R = 72.1%
G = 15.94%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C72C21 (or 0xC72C21) is known color: Harley Davidson Orange. HEX triplet: C7, 2C and 21. RGB value is (199,44,33). Sum of RGB (Red+Green+Blue) = 199+44+33=276 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.10% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 199 - color contains mainly: red. Hex color #C72C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72C21 is #38D3DE. Grayscale: #595959. Windows color (decimal): -3724255 or 2174151. OLE color: 2174151.

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

Color convert

RGB 199 44 33 -
CMYK 0 0.78 0.83 0.22
HSL 3.98º 0.72% 0.45% -
HSV(B) 3.98º 0.83% 0.78% -
XYZ 24.73 14.05 2.85 -
YUV 89.09 96.35 206.39 -
System Red Green Blue C M Y K H S L
Decimal 199 44 33 0 0.78 0.83 0.22 3.98 0.72 0.45
Hex C7 2C 21 0 4E 53 16 4 48 2D
Octal 307 54 41 0 116 123 26 4 110 55
Binary 11000111 101100 100001 0 1001110 1010011 10110 100 1001000 101101

Color Harmonies of #C72C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72C21

Black with #C72C21

Text Example


Text Example

White with #C72C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72C21; }

 p { color: rgb(199,44,33); }

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

background-color css

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

 a { background-color: rgb(199,44,33); }

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

border-color css

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

 span { border-color: rgb(199,44,33); }

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