Html Css Color HEX #C82418 Harley Davidson Orange

📋 copy color: '#C82418'

red 200 ◦ green 36 ◦ blue 24

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

Shades of Harley Davidson Orange #C82418

Tints of Harley Davidson Orange #C82418

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.85%

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

R = 76.92%
G = 13.85%
B = 9.23%

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

#C82418 (or 0xC82418) is known color: Harley Davidson Orange. HEX triplet: C8, 24 and 18. RGB value is (200,36,24). Sum of RGB (Red+Green+Blue) = 200+36+24=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C82418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82418 is #37DBE7. Grayscale: #535353. Windows color (decimal): -3660776 or 1582280. OLE color: 1582280.

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

Color convert

RGB 200 36 24 -
CMYK 0 0.82 0.88 0.22
HSL 4.09º 0.79% 0.44% -
HSV(B) 4.09º 0.88% 0.78% -
XYZ 24.62 13.61 2.19 -
YUV 83.67 94.33 210.98 -
System Red Green Blue C M Y K H S L
Decimal 200 36 24 0 0.82 0.88 0.22 4.09 0.79 0.44
Hex C8 24 18 0 52 58 16 4 4F 2C
Octal 310 44 30 0 122 130 26 4 117 54
Binary 11001000 100100 11000 0 1010010 1011000 10110 100 1001111 101100

Color Harmonies of #C82418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82418

Black with #C82418

Text Example


Text Example

White with #C82418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82418; }

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

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

background-color css

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

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

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

border-color css

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

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

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