Html Css Color HEX #C82A21 Harley Davidson Orange

📋 copy color: '#C82A21'

red 200 ◦ green 42 ◦ blue 33

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

Shades of Harley Davidson Orange #C82A21

Tints of Harley Davidson Orange #C82A21

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.27%

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

R = 72.73%
G = 15.27%
B = 12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C82A21 (or 0xC82A21) is known color: Harley Davidson Orange. HEX triplet: C8, 2A and 21. RGB value is (200,42,33). Sum of RGB (Red+Green+Blue) = 200+42+33=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C82A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82A21 is #37D5DE. Grayscale: #585858. Windows color (decimal): -3659231 or 2173640. OLE color: 2173640.

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

Color convert

RGB 200 42 33 -
CMYK 0 0.79 0.84 0.22
HSL 3.23º 0.72% 0.46% -
HSV(B) 3.23º 0.84% 0.78% -
XYZ 24.92 14.05 2.84 -
YUV 88.22 96.85 207.73 -
System Red Green Blue C M Y K H S L
Decimal 200 42 33 0 0.79 0.84 0.22 3.23 0.72 0.46
Hex C8 2A 21 0 4F 54 16 3 48 2E
Octal 310 52 41 0 117 124 26 3 110 56
Binary 11001000 101010 100001 0 1001111 1010100 10110 11 1001000 101110

Color Harmonies of #C82A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82A21

Black with #C82A21

Text Example


Text Example

White with #C82A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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