Html Css Color HEX #C62618 Harley Davidson Orange

📋 copy color: '#C62618'

red 198 ◦ green 38 ◦ blue 24

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

Shades of Harley Davidson Orange #C62618

Tints of Harley Davidson Orange #C62618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.62%

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

R = 76.15%
G = 14.62%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C62618 (or 0xC62618) is known color: Harley Davidson Orange. HEX triplet: C6, 26 and 18. RGB value is (198,38,24). Sum of RGB (Red+Green+Blue) = 198+38+24=260 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.15% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 198 - color contains mainly: red. Hex color #C62618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62618 is #39D9E7. Grayscale: #545454. Windows color (decimal): -3791336 or 1582790. OLE color: 1582790.

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

Color convert

RGB 198 38 24 -
CMYK 0 0.81 0.88 0.22
HSL 4.83º 0.78% 0.44% -
HSV(B) 4.83º 0.88% 0.78% -
XYZ 24.15 13.46 2.19 -
YUV 84.24 94.01 209.14 -
System Red Green Blue C M Y K H S L
Decimal 198 38 24 0 0.81 0.88 0.22 4.83 0.78 0.44
Hex C6 26 18 0 51 58 16 5 4E 2C
Octal 306 46 30 0 121 130 26 5 116 54
Binary 11000110 100110 11000 0 1010001 1011000 10110 101 1001110 101100

Color Harmonies of #C62618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62618

Black with #C62618

Text Example


Text Example

White with #C62618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62618; }

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

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

background-color css

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

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

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

border-color css

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

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

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