Html Css Color HEX #C82E20 Harley Davidson Orange

📋 copy color: '#C82E20'

red 200 ◦ green 46 ◦ blue 32

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

Shades of Harley Davidson Orange #C82E20

Tints of Harley Davidson Orange #C82E20

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.55%

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

R = 71.94%
G = 16.55%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C82E20 (or 0xC82E20) is known color: Harley Davidson Orange. HEX triplet: C8, 2E and 20. RGB value is (200,46,32). Sum of RGB (Red+Green+Blue) = 200+46+32=278 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.94% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82E20 is #37D1DF. Grayscale: #5A5A5A. Windows color (decimal): -3658208 or 2109128. OLE color: 2109128.

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

Color convert

RGB 200 46 32 -
CMYK 0 0.77 0.84 0.22
HSL 0.72% 0.45% -
HSV(B) 0.84% 0.78% -
XYZ 25.06 14.34 2.81 -
YUV 90.45 95.02 206.14 -
System Red Green Blue C M Y K H S L
Decimal 200 46 32 0 0.77 0.84 0.22 5 0.72 0.45
Hex C8 2E 20 0 4D 54 16 5 48 2D
Octal 310 56 40 0 115 124 26 5 110 55
Binary 11001000 101110 100000 0 1001101 1010100 10110 101 1001000 101101

Color Harmonies of #C82E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82E20

Black with #C82E20

Text Example


Text Example

White with #C82E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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