Html Css Color HEX #C82E21 Harley Davidson Orange

📋 copy color: '#C82E21'

red 200 ◦ green 46 ◦ blue 33

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

Shades of Harley Davidson Orange #C82E21

Tints of Harley Davidson Orange #C82E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.83%

R = 71.68%
G = 16.49%
B = 11.83%

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

#C82E21 (or 0xC82E21) is known color: Harley Davidson Orange. HEX triplet: C8, 2E and 21. RGB value is (200,46,33). Sum of RGB (Red+Green+Blue) = 200+46+33=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82E21 is #37D1DE. Grayscale: #5A5A5A. Windows color (decimal): -3658207 or 2174664. OLE color: 2174664.

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

Color convert

RGB 200 46 33 -
CMYK 0 0.77 0.84 0.22
HSL 4.67º 0.72% 0.46% -
HSV(B) 4.67º 0.84% 0.78% -
XYZ 25.07 14.34 2.89 -
YUV 90.56 95.52 206.06 -
System Red Green Blue C M Y K H S L
Decimal 200 46 33 0 0.77 0.84 0.22 4.67 0.72 0.46
Hex C8 2E 21 0 4D 54 16 5 48 2E
Octal 310 56 41 0 115 124 26 5 110 56
Binary 11001000 101110 100001 0 1001101 1010100 10110 101 1001000 101110

Color Harmonies of #C82E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82E21

Black with #C82E21

Text Example


Text Example

White with #C82E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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