Html Css Color HEX #C82101 Harley Davidson Orange

📋 copy color: '#C82101'

red 200 ◦ green 33 ◦ blue 1

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

Shades of Harley Davidson Orange #C82101

Tints of Harley Davidson Orange #C82101

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.1%

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

R = 85.47%
G = 14.1%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C82101 (or 0xC82101) is known color: Harley Davidson Orange. HEX triplet: C8, 21 and 01. RGB value is (200,33,1). Sum of RGB (Red+Green+Blue) = 200+33+1=234 (30% of max value = 765). Red value is 200 (78.52% from 255 or 85.47% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 200 - color contains mainly: red. Hex color #C82101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82101 is #37DEFE. Grayscale: #4F4F4F. Windows color (decimal): -3661567 or 74184. OLE color: 74184.

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

Color convert

RGB 200 33 1 -
CMYK 0 0.84 1.00 0.22
HSL 9.65º 0.99% 0.39% -
HSV(B) 9.65º 1% 0.78% -
XYZ 24.37 13.37 1.32 -
YUV 79.29 83.83 214.1 -
System Red Green Blue C M Y K H S L
Decimal 200 33 1 0 0.84 1.00 0.22 9.65 0.99 0.39
Hex C8 21 1 0 54 64 16 A 63 27
Octal 310 41 1 0 124 144 26 12 143 47
Binary 11001000 100001 1 0 1010100 1100100 10110 1010 1100011 100111

Color Harmonies of #C82101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82101

Black with #C82101

Text Example


Text Example

White with #C82101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82101; }

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

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

background-color css

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

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

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

border-color css

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

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

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