Html Css Color HEX #C73420 Harley Davidson Orange

📋 copy color: '#C73420'

red 199 ◦ green 52 ◦ blue 32

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

Shades of Harley Davidson Orange #C73420

Tints of Harley Davidson Orange #C73420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.37%

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

R = 70.32%
G = 18.37%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C73420 (or 0xC73420) is known color: Harley Davidson Orange. HEX triplet: C7, 34 and 20. RGB value is (199,52,32). Sum of RGB (Red+Green+Blue) = 199+52+32=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C73420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73420 is #38CBDF. Grayscale: #5D5D5D. Windows color (decimal): -3722208 or 2110663. OLE color: 2110663.

HSL color Cylindrical-coordinate representation of color #C73420: hue angle of 7.19º 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 #C73420 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 52 32 -
CMYK 0 0.74 0.84 0.22
HSL 7.19º 0.72% 0.45% -
HSV(B) 7.19º 0.84% 0.78% -
XYZ 25.04 14.7 2.88 -
YUV 93.67 93.2 203.13 -
System Red Green Blue C M Y K H S L
Decimal 199 52 32 0 0.74 0.84 0.22 7.19 0.72 0.45
Hex C7 34 20 0 4A 54 16 7 48 2D
Octal 307 64 40 0 112 124 26 7 110 55
Binary 11000111 110100 100000 0 1001010 1010100 10110 111 1001000 101101

Color Harmonies of #C73420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73420

Black with #C73420

Text Example


Text Example

White with #C73420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73420; }

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

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

background-color css

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

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

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

border-color css

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

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

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