Html Css Color HEX #C73318 Harley Davidson Orange

📋 copy color: '#C73318'

red 199 ◦ green 51 ◦ blue 24

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

Shades of Harley Davidson Orange #C73318

Tints of Harley Davidson Orange #C73318

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.61%

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

R = 72.63%
G = 18.61%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C73318 (or 0xC73318) is known color: Harley Davidson Orange. HEX triplet: C7, 33 and 18. RGB value is (199,51,24). Sum of RGB (Red+Green+Blue) = 199+51+24=274 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.63% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 199 - color contains mainly: red. Hex color #C73318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73318 is #38CCE7. Grayscale: #5C5C5C. Windows color (decimal): -3722472 or 1586119. OLE color: 1586119.

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

Color convert

RGB 199 51 24 -
CMYK 0 0.74 0.88 0.22
HSL 9.26º 0.78% 0.44% -
HSV(B) 9.26º 0.88% 0.78% -
XYZ 24.9 14.58 2.37 -
YUV 92.17 89.53 204.2 -
System Red Green Blue C M Y K H S L
Decimal 199 51 24 0 0.74 0.88 0.22 9.26 0.78 0.44
Hex C7 33 18 0 4A 58 16 9 4E 2C
Octal 307 63 30 0 112 130 26 11 116 54
Binary 11000111 110011 11000 0 1001010 1011000 10110 1001 1001110 101100

Color Harmonies of #C73318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73318

Black with #C73318

Text Example


Text Example

White with #C73318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73318; }

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

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

background-color css

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

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

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

border-color css

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

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

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