Html Css Color HEX #C82921 Harley Davidson Orange

📋 copy color: '#C82921'

red 200 ◦ green 41 ◦ blue 33

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

Shades of Harley Davidson Orange #C82921

Tints of Harley Davidson Orange #C82921

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.96%

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

R = 72.99%
G = 14.96%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C82921 (or 0xC82921) is known color: Harley Davidson Orange. HEX triplet: C8, 29 and 21. RGB value is (200,41,33). Sum of RGB (Red+Green+Blue) = 200+41+33=274 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.99% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 200 - color contains mainly: red. Hex color #C82921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82921 is #37D6DE. Grayscale: #575757. Windows color (decimal): -3659487 or 2173384. OLE color: 2173384.

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

Color convert

RGB 200 41 33 -
CMYK 0 0.80 0.84 0.22
HSL 2.87º 0.72% 0.46% -
HSV(B) 2.87º 0.84% 0.78% -
XYZ 24.89 13.98 2.82 -
YUV 87.63 97.18 208.15 -
System Red Green Blue C M Y K H S L
Decimal 200 41 33 0 0.80 0.84 0.22 2.87 0.72 0.46
Hex C8 29 21 0 50 54 16 3 48 2E
Octal 310 51 41 0 120 124 26 3 110 56
Binary 11001000 101001 100001 0 1010000 1010100 10110 11 1001000 101110

Color Harmonies of #C82921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82921

Black with #C82921

Text Example


Text Example

White with #C82921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82921; }

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

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

background-color css

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

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

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

border-color css

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

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

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