Html Css Color HEX #C73018 Harley Davidson Orange

📋 copy color: '#C73018'

red 199 ◦ green 48 ◦ blue 24

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

Shades of Harley Davidson Orange #C73018

Tints of Harley Davidson Orange #C73018

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.71%

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

R = 73.43%
G = 17.71%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C73018 (or 0xC73018) is known color: Harley Davidson Orange. HEX triplet: C7, 30 and 18. RGB value is (199,48,24). Sum of RGB (Red+Green+Blue) = 199+48+24=271 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.43% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 199 - color contains mainly: red. Hex color #C73018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73018 is #38CFE7. Grayscale: #5A5A5A. Windows color (decimal): -3723240 or 1585351. OLE color: 1585351.

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

Color convert

RGB 199 48 24 -
CMYK 0 0.76 0.88 0.22
HSL 8.23º 0.78% 0.44% -
HSV(B) 8.23º 0.88% 0.78% -
XYZ 24.78 14.32 2.32 -
YUV 90.41 90.53 205.45 -
System Red Green Blue C M Y K H S L
Decimal 199 48 24 0 0.76 0.88 0.22 8.23 0.78 0.44
Hex C7 30 18 0 4C 58 16 8 4E 2C
Octal 307 60 30 0 114 130 26 10 116 54
Binary 11000111 110000 11000 0 1001100 1011000 10110 1000 1001110 101100

Color Harmonies of #C73018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73018

Black with #C73018

Text Example


Text Example

White with #C73018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73018; }

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

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

background-color css

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

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

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

border-color css

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

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

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