Html Css Color HEX #C82B01 Harley Davidson Orange

📋 copy color: '#C82B01'

red 200 ◦ green 43 ◦ blue 1

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

Shades of Harley Davidson Orange #C82B01

Tints of Harley Davidson Orange #C82B01

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.62%

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

R = 81.97%
G = 17.62%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C82B01 (or 0xC82B01) is known color: Harley Davidson Orange. HEX triplet: C8, 2B and 01. RGB value is (200,43,1). Sum of RGB (Red+Green+Blue) = 200+43+1=244 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.97% from 244); Green value is 43 (17.19% from 255 or 17.62% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82B01 is #37D4FE. Grayscale: #555555. Windows color (decimal): -3659007 or 76744. OLE color: 76744.

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

Color convert

RGB 200 43 1 -
CMYK 0 0.78 1.00 0.22
HSL 12.66º 0.99% 0.39% -
HSV(B) 12.66º 1% 0.78% -
XYZ 24.69 14.01 1.43 -
YUV 85.16 80.51 209.92 -
System Red Green Blue C M Y K H S L
Decimal 200 43 1 0 0.78 1.00 0.22 12.66 0.99 0.39
Hex C8 2B 1 0 4E 64 16 D 63 27
Octal 310 53 1 0 116 144 26 15 143 47
Binary 11001000 101011 1 0 1001110 1100100 10110 1101 1100011 100111

Color Harmonies of #C82B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82B01

Black with #C82B01

Text Example


Text Example

White with #C82B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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