Html Css Color HEX #C82518 Harley Davidson Orange

📋 copy color: '#C82518'

red 200 ◦ green 37 ◦ blue 24

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

Shades of Harley Davidson Orange #C82518

Tints of Harley Davidson Orange #C82518

RGB

 RED value IS 200 (78.52% from 255) = 76.63%

 GREEN value IS 37 (14.84% from 255) = 14.18%

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

R = 76.63%
G = 14.18%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C82518 (or 0xC82518) is known color: Harley Davidson Orange. HEX triplet: C8, 25 and 18. RGB value is (200,37,24). Sum of RGB (Red+Green+Blue) = 200+37+24=261 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.63% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 200 - color contains mainly: red. Hex color #C82518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82518 is #37DAE7. Grayscale: #545454. Windows color (decimal): -3660520 or 1582536. OLE color: 1582536.

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

Color convert

RGB 200 37 24 -
CMYK 0 0.82 0.88 0.22
HSL 4.43º 0.79% 0.44% -
HSV(B) 4.43º 0.88% 0.78% -
XYZ 24.65 13.67 2.2 -
YUV 84.26 94 210.56 -
System Red Green Blue C M Y K H S L
Decimal 200 37 24 0 0.82 0.88 0.22 4.43 0.79 0.44
Hex C8 25 18 0 52 58 16 4 4F 2C
Octal 310 45 30 0 122 130 26 4 117 54
Binary 11001000 100101 11000 0 1010010 1011000 10110 100 1001111 101100

Color Harmonies of #C82518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82518

Black with #C82518

Text Example


Text Example

White with #C82518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82518; }

 p { color: rgb(200,37,24); }

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

background-color css

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

 a { background-color: rgb(200,37,24); }

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

border-color css

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

 span { border-color: rgb(200,37,24); }

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