Html Css Color HEX #C64018 Harley Davidson Orange

📋 copy color: '#C64018'

red 198 ◦ green 64 ◦ blue 24

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

Shades of Harley Davidson Orange #C64018

Tints of Harley Davidson Orange #C64018

RGB

 RED value IS 198 (77.73% from 255) = 69.23%

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

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

R = 69.23%
G = 22.38%
B = 8.39%

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

#C64018 (or 0xC64018) is known color: Harley Davidson Orange. HEX triplet: C6, 40 and 18. RGB value is (198,64,24). Sum of RGB (Red+Green+Blue) = 198+64+24=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C64018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64018 is #39BFE7. Grayscale: #636363. Windows color (decimal): -3784680 or 1589446. OLE color: 1589446.

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

Color convert

RGB 198 64 24 -
CMYK 0 0.68 0.88 0.22
HSL 13.79º 0.78% 0.44% -
HSV(B) 13.79º 0.88% 0.78% -
XYZ 25.29 15.74 2.57 -
YUV 99.51 85.39 198.25 -
System Red Green Blue C M Y K H S L
Decimal 198 64 24 0 0.68 0.88 0.22 13.79 0.78 0.44
Hex C6 40 18 0 44 58 16 E 4E 2C
Octal 306 100 30 0 104 130 26 16 116 54
Binary 11000110 1000000 11000 0 1000100 1011000 10110 1110 1001110 101100

Color Harmonies of #C64018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64018

Black with #C64018

Text Example


Text Example

White with #C64018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64018; }

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

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

background-color css

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

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

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

border-color css

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

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

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