Html Css Color HEX #C82800 Harley Davidson Orange

📋 copy color: '#C82800'

red 200 ◦ green 40 ◦ blue 0

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

Shades of Harley Davidson Orange #C82800

Tints of Harley Davidson Orange #C82800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.33%
G = 16.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C82800 (or 0xC82800) is known color: Harley Davidson Orange. HEX triplet: C8, 28 and 00. RGB value is (200,40,0). Sum of RGB (Red+Green+Blue) = 200+40+0=240 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.33% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 200 - color contains mainly: red. Hex color #C82800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82800 is #37D7FF. Grayscale: #535353. Windows color (decimal): -3659776 or 10440. OLE color: 10440.

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

Color convert

RGB 200 40 0 -
CMYK 0 0.8 1 0.22
HSL 12º 1% 0.39% -
HSV(B) 12º 1% 0.78% -
XYZ 24.58 13.8 1.37 -
YUV 83.28 81.01 211.25 -
System Red Green Blue C M Y K H S L
Decimal 200 40 0 0 0.8 1 0.22 12 1 0.39
Hex C8 28 0 0 50 64 16 C 64 27
Octal 310 50 0 0 120 144 26 14 144 47
Binary 11001000 101000 0 0 1010000 1100100 10110 1100 1100100 100111

Color Harmonies of #C82800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82800

Black with #C82800

Text Example


Text Example

White with #C82800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82800; }

 p { color: rgb(200,40,0); }

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

background-color css

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

 a { background-color: rgb(200,40,0); }

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

border-color css

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

 span { border-color: rgb(200,40,0); }

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