Html Css Color HEX #C82818 Harley Davidson Orange

📋 copy color: '#C82818'

red 200 ◦ green 40 ◦ blue 24

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

Shades of Harley Davidson Orange #C82818

Tints of Harley Davidson Orange #C82818

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.15%

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

R = 75.76%
G = 15.15%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C82818 (or 0xC82818) is known color: Harley Davidson Orange. HEX triplet: C8, 28 and 18. RGB value is (200,40,24). Sum of RGB (Red+Green+Blue) = 200+40+24=264 (34% of max value = 765). Red value is 200 (78.52% from 255 or 75.76% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 200 - color contains mainly: red. Hex color #C82818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82818 is #37D7E7. Grayscale: #565656. Windows color (decimal): -3659752 or 1583304. OLE color: 1583304.

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

Color convert

RGB 200 40 24 -
CMYK 0 0.8 0.88 0.22
HSL 5.45º 0.79% 0.44% -
HSV(B) 5.45º 0.88% 0.78% -
XYZ 24.74 13.86 2.24 -
YUV 86.02 93.01 209.3 -
System Red Green Blue C M Y K H S L
Decimal 200 40 24 0 0.8 0.88 0.22 5.45 0.79 0.44
Hex C8 28 18 0 50 58 16 5 4F 2C
Octal 310 50 30 0 120 130 26 5 117 54
Binary 11001000 101000 11000 0 1010000 1011000 10110 101 1001111 101100

Color Harmonies of #C82818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82818

Black with #C82818

Text Example


Text Example

White with #C82818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82818; }

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

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

background-color css

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

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

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

border-color css

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

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

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