Html Css Color HEX #C82820 Harley Davidson Orange

📋 copy color: '#C82820'

red 200 ◦ green 40 ◦ blue 32

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

Shades of Harley Davidson Orange #C82820

Tints of Harley Davidson Orange #C82820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.76%

R = 73.53%
G = 14.71%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C82820 (or 0xC82820) is known color: Harley Davidson Orange. HEX triplet: C8, 28 and 20. RGB value is (200,40,32). Sum of RGB (Red+Green+Blue) = 200+40+32=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C82820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82820 is #37D7DF. Grayscale: #575757. Windows color (decimal): -3659744 or 2107592. OLE color: 2107592.

HSL color Cylindrical-coordinate representation of color #C82820: hue angle of 2.86º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C82820 is Cyan = 0, Magento = 0.8, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 40 32 -
CMYK 0 0.8 0.84 0.22
HSL 2.86º 0.72% 0.45% -
HSV(B) 2.86º 0.84% 0.78% -
XYZ 24.84 13.9 2.74 -
YUV 86.93 97.01 208.65 -
System Red Green Blue C M Y K H S L
Decimal 200 40 32 0 0.8 0.84 0.22 2.86 0.72 0.45
Hex C8 28 20 0 50 54 16 3 48 2D
Octal 310 50 40 0 120 124 26 3 110 55
Binary 11001000 101000 100000 0 1010000 1010100 10110 11 1001000 101101

Color Harmonies of #C82820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82820

Black with #C82820

Text Example


Text Example

White with #C82820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82820; }

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

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

background-color css

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

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

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

border-color css

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

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

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