Html Css Color HEX #C62118 Harley Davidson Orange

📋 copy color: '#C62118'

red 198 ◦ green 33 ◦ blue 24

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

Shades of Harley Davidson Orange #C62118

Tints of Harley Davidson Orange #C62118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.94%

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

R = 77.65%
G = 12.94%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C62118 (or 0xC62118) is known color: Harley Davidson Orange. HEX triplet: C6, 21 and 18. RGB value is (198,33,24). Sum of RGB (Red+Green+Blue) = 198+33+24=255 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.65% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 198 - color contains mainly: red. Hex color #C62118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62118 is #39DEE7. Grayscale: #515151. Windows color (decimal): -3792616 or 1581510. OLE color: 1581510.

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

Color convert

RGB 198 33 24 -
CMYK 0 0.83 0.88 0.22
HSL 3.1º 0.78% 0.44% -
HSV(B) 3.1º 0.88% 0.78% -
XYZ 24 13.16 2.14 -
YUV 81.31 95.66 211.23 -
System Red Green Blue C M Y K H S L
Decimal 198 33 24 0 0.83 0.88 0.22 3.1 0.78 0.44
Hex C6 21 18 0 53 58 16 3 4E 2C
Octal 306 41 30 0 123 130 26 3 116 54
Binary 11000110 100001 11000 0 1010011 1011000 10110 11 1001110 101100

Color Harmonies of #C62118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62118

Black with #C62118

Text Example


Text Example

White with #C62118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62118; }

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

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

background-color css

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

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

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

border-color css

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

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

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