Html Css Color HEX #C62B18 Harley Davidson Orange

📋 copy color: '#C62B18'

red 198 ◦ green 43 ◦ blue 24

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

Shades of Harley Davidson Orange #C62B18

Tints of Harley Davidson Orange #C62B18

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.23%

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

R = 74.72%
G = 16.23%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C62B18 (or 0xC62B18) is known color: Harley Davidson Orange. HEX triplet: C6, 2B and 18. RGB value is (198,43,24). Sum of RGB (Red+Green+Blue) = 198+43+24=265 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.72% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 198 - color contains mainly: red. Hex color #C62B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62B18 is #39D4E7. Grayscale: #575757. Windows color (decimal): -3790056 or 1584070. OLE color: 1584070.

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

Color convert

RGB 198 43 24 -
CMYK 0 0.78 0.88 0.22
HSL 6.55º 0.78% 0.44% -
HSV(B) 6.55º 0.88% 0.78% -
XYZ 24.32 13.8 2.25 -
YUV 87.18 92.35 207.04 -
System Red Green Blue C M Y K H S L
Decimal 198 43 24 0 0.78 0.88 0.22 6.55 0.78 0.44
Hex C6 2B 18 0 4E 58 16 7 4E 2C
Octal 306 53 30 0 116 130 26 7 116 54
Binary 11000110 101011 11000 0 1001110 1011000 10110 111 1001110 101100

Color Harmonies of #C62B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62B18

Black with #C62B18

Text Example


Text Example

White with #C62B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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