Html Css Color HEX #C73218 Harley Davidson Orange

📋 copy color: '#C73218'

red 199 ◦ green 50 ◦ blue 24

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

Shades of Harley Davidson Orange #C73218

Tints of Harley Davidson Orange #C73218

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.32%

 BLUE value IS 24 (9.77% from 255) = 8.79%

R = 72.89%
G = 18.32%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C73218 (or 0xC73218) is known color: Harley Davidson Orange. HEX triplet: C7, 32 and 18. RGB value is (199,50,24). Sum of RGB (Red+Green+Blue) = 199+50+24=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C73218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73218 is #38CDE7. Grayscale: #5B5B5B. Windows color (decimal): -3722728 or 1585863. OLE color: 1585863.

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

Color convert

RGB 199 50 24 -
CMYK 0 0.75 0.88 0.22
HSL 8.91º 0.78% 0.44% -
HSV(B) 8.91º 0.88% 0.78% -
XYZ 24.86 14.49 2.35 -
YUV 91.59 89.86 204.61 -
System Red Green Blue C M Y K H S L
Decimal 199 50 24 0 0.75 0.88 0.22 8.91 0.78 0.44
Hex C7 32 18 0 4B 58 16 9 4E 2C
Octal 307 62 30 0 113 130 26 11 116 54
Binary 11000111 110010 11000 0 1001011 1011000 10110 1001 1001110 101100

Color Harmonies of #C73218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73218

Black with #C73218

Text Example


Text Example

White with #C73218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73218; }

 p { color: rgb(199,50,24); }

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

background-color css

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

 a { background-color: rgb(199,50,24); }

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

border-color css

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

 span { border-color: rgb(199,50,24); }

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