Html Css Color HEX #C74118 Harley Davidson Orange

📋 copy color: '#C74118'

red 199 ◦ green 65 ◦ blue 24

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

Shades of Harley Davidson Orange #C74118

Tints of Harley Davidson Orange #C74118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.57%

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

R = 69.1%
G = 22.57%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C74118 (or 0xC74118) is known color: Harley Davidson Orange. HEX triplet: C7, 41 and 18. RGB value is (199,65,24). Sum of RGB (Red+Green+Blue) = 199+65+24=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C74118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74118 is #38BEE7. Grayscale: #646464. Windows color (decimal): -3718888 or 1589703. OLE color: 1589703.

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

Color convert

RGB 199 65 24 -
CMYK 0 0.67 0.88 0.22
HSL 14.06º 0.78% 0.44% -
HSV(B) 14.06º 0.88% 0.78% -
XYZ 25.61 15.99 2.6 -
YUV 100.39 84.89 198.33 -
System Red Green Blue C M Y K H S L
Decimal 199 65 24 0 0.67 0.88 0.22 14.06 0.78 0.44
Hex C7 41 18 0 43 58 16 E 4E 2C
Octal 307 101 30 0 103 130 26 16 116 54
Binary 11000111 1000001 11000 0 1000011 1011000 10110 1110 1001110 101100

Color Harmonies of #C74118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74118

Black with #C74118

Text Example


Text Example

White with #C74118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74118; }

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

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

background-color css

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

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

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

border-color css

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

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

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