Html Css Color HEX #C82819 Harley Davidson Orange

📋 copy color: '#C82819'

red 200 ◦ green 40 ◦ blue 25

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

Shades of Harley Davidson Orange #C82819

Tints of Harley Davidson Orange #C82819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.43%

R = 75.47%
G = 15.09%
B = 9.43%

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

#C82819 (or 0xC82819) is known color: Harley Davidson Orange. HEX triplet: C8, 28 and 19. RGB value is (200,40,25). Sum of RGB (Red+Green+Blue) = 200+40+25=265 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.47% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 200 - color contains mainly: red. Hex color #C82819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82819 is #37D7E6. Grayscale: #565656. Windows color (decimal): -3659751 or 1648840. OLE color: 1648840.

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

Color convert

RGB 200 40 25 -
CMYK 0 0.8 0.88 0.22
HSL 5.14º 0.78% 0.44% -
HSV(B) 5.14º 0.88% 0.78% -
XYZ 24.75 13.87 2.29 -
YUV 86.13 93.51 209.22 -
System Red Green Blue C M Y K H S L
Decimal 200 40 25 0 0.8 0.88 0.22 5.14 0.78 0.44
Hex C8 28 19 0 50 58 16 5 4E 2C
Octal 310 50 31 0 120 130 26 5 116 54
Binary 11001000 101000 11001 0 1010000 1011000 10110 101 1001110 101100

Color Harmonies of #C82819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82819

Black with #C82819

Text Example


Text Example

White with #C82819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82819; }

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

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

background-color css

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

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

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

border-color css

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

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

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