Html Css Color HEX #C82720 Harley Davidson Orange

📋 copy color: '#C82720'

red 200 ◦ green 39 ◦ blue 32

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

Shades of Harley Davidson Orange #C82720

Tints of Harley Davidson Orange #C82720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.39%

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

R = 73.8%
G = 14.39%
B = 11.81%

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

#C82720 (or 0xC82720) is known color: Harley Davidson Orange. HEX triplet: C8, 27 and 20. RGB value is (200,39,32). Sum of RGB (Red+Green+Blue) = 200+39+32=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C82720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82720 is #37D8DF. Grayscale: #565656. Windows color (decimal): -3660000 or 2107336. OLE color: 2107336.

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

Color convert

RGB 200 39 32 -
CMYK 0 0.80 0.84 0.22
HSL 2.5º 0.72% 0.45% -
HSV(B) 2.5º 0.84% 0.78% -
XYZ 24.81 13.83 2.73 -
YUV 86.34 97.34 209.07 -
System Red Green Blue C M Y K H S L
Decimal 200 39 32 0 0.80 0.84 0.22 2.5 0.72 0.45
Hex C8 27 20 0 50 54 16 2 48 2D
Octal 310 47 40 0 120 124 26 2 110 55
Binary 11001000 100111 100000 0 1010000 1010100 10110 10 1001000 101101

Color Harmonies of #C82720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82720

Black with #C82720

Text Example


Text Example

White with #C82720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82720; }

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

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

background-color css

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

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

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

border-color css

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

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

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