Html Css Color HEX #C74018 Harley Davidson Orange

📋 copy color: '#C74018'

red 199 ◦ green 64 ◦ blue 24

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

Shades of Harley Davidson Orange #C74018

Tints of Harley Davidson Orange #C74018

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.3%

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

R = 69.34%
G = 22.3%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C74018 (or 0xC74018) is known color: Harley Davidson Orange. HEX triplet: C7, 40 and 18. RGB value is (199,64,24). Sum of RGB (Red+Green+Blue) = 199+64+24=287 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.34% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 199 - color contains mainly: red. Hex color #C74018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74018 is #38BFE7. Grayscale: #646464. Windows color (decimal): -3719144 or 1589447. OLE color: 1589447.

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

Color convert

RGB 199 64 24 -
CMYK 0 0.68 0.88 0.22
HSL 13.71º 0.78% 0.44% -
HSV(B) 13.71º 0.88% 0.78% -
XYZ 25.55 15.87 2.58 -
YUV 99.81 85.23 198.75 -
System Red Green Blue C M Y K H S L
Decimal 199 64 24 0 0.68 0.88 0.22 13.71 0.78 0.44
Hex C7 40 18 0 44 58 16 E 4E 2C
Octal 307 100 30 0 104 130 26 16 116 54
Binary 11000111 1000000 11000 0 1000100 1011000 10110 1110 1001110 101100

Color Harmonies of #C74018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74018

Black with #C74018

Text Example


Text Example

White with #C74018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74018; }

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

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

background-color css

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

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

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

border-color css

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

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

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