Html Css Color HEX #C82516 Harley Davidson Orange

📋 copy color: '#C82516'

red 200 ◦ green 37 ◦ blue 22

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

Shades of Harley Davidson Orange #C82516

Tints of Harley Davidson Orange #C82516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.29%

 BLUE value IS 22 (8.98% from 255) = 8.49%

R = 77.22%
G = 14.29%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C82516 (or 0xC82516) is known color: Harley Davidson Orange. HEX triplet: C8, 25 and 16. RGB value is (200,37,22). Sum of RGB (Red+Green+Blue) = 200+37+22=259 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.22% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 200 - color contains mainly: red. Hex color #C82516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82516 is #37DAE9. Grayscale: #545454. Windows color (decimal): -3660522 or 1451464. OLE color: 1451464.

HSL color Cylindrical-coordinate representation of color #C82516: hue angle of 5.06º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C82516 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 37 22 -
CMYK 0 0.82 0.89 0.22
HSL 5.06º 0.8% 0.44% -
HSV(B) 5.06º 0.89% 0.78% -
XYZ 24.63 13.66 2.1 -
YUV 84.03 93 210.72 -
System Red Green Blue C M Y K H S L
Decimal 200 37 22 0 0.82 0.89 0.22 5.06 0.8 0.44
Hex C8 25 16 0 52 59 16 5 50 2C
Octal 310 45 26 0 122 131 26 5 120 54
Binary 11001000 100101 10110 0 1010010 1011001 10110 101 1010000 101100

Color Harmonies of #C82516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82516

Black with #C82516

Text Example


Text Example

White with #C82516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82516; }

 p { color: rgb(200,37,22); }

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

background-color css

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

 a { background-color: rgb(200,37,22); }

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

border-color css

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

 span { border-color: rgb(200,37,22); }

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