Html Css Color HEX #C82801 Harley Davidson Orange

📋 copy color: '#C82801'

red 200 ◦ green 40 ◦ blue 1

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

Shades of Harley Davidson Orange #C82801

Tints of Harley Davidson Orange #C82801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 82.99%
G = 16.6%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C82801 (or 0xC82801) is known color: Harley Davidson Orange. HEX triplet: C8, 28 and 01. RGB value is (200,40,1). Sum of RGB (Red+Green+Blue) = 200+40+1=241 (31% of max value = 765). Red value is 200 (78.52% from 255 or 82.99% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 200 - color contains mainly: red. Hex color #C82801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82801 is #37D7FE. Grayscale: #535353. Windows color (decimal): -3659775 or 75976. OLE color: 75976.

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

Color convert

RGB 200 40 1 -
CMYK 0 0.8 1.00 0.22
HSL 11.76º 0.99% 0.39% -
HSV(B) 11.76º 1% 0.78% -
XYZ 24.58 13.8 1.4 -
YUV 83.39 81.51 211.17 -
System Red Green Blue C M Y K H S L
Decimal 200 40 1 0 0.8 1.00 0.22 11.76 0.99 0.39
Hex C8 28 1 0 50 64 16 C 63 27
Octal 310 50 1 0 120 144 26 14 143 47
Binary 11001000 101000 1 0 1010000 1100100 10110 1100 1100011 100111

Color Harmonies of #C82801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82801

Black with #C82801

Text Example


Text Example

White with #C82801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82801; }

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

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

background-color css

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

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

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

border-color css

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

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

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