Html Css Color HEX #C82B11 Harley Davidson Orange

📋 copy color: '#C82B11'

red 200 ◦ green 43 ◦ blue 17

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

Shades of Harley Davidson Orange #C82B11

Tints of Harley Davidson Orange #C82B11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.54%

R = 76.92%
G = 16.54%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C82B11 (or 0xC82B11) is known color: Harley Davidson Orange. HEX triplet: C8, 2B and 11. RGB value is (200,43,17). Sum of RGB (Red+Green+Blue) = 200+43+17=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 43 (17.19% from 255 or 16.54% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82B11 is #37D4EE. Grayscale: #575757. Windows color (decimal): -3658991 or 1125320. OLE color: 1125320.

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

Color convert

RGB 200 43 17 -
CMYK 0 0.78 0.92 0.22
HSL 8.52º 0.84% 0.43% -
HSV(B) 8.52º 0.92% 0.78% -
XYZ 24.78 14.05 1.94 -
YUV 86.98 88.51 208.61 -
System Red Green Blue C M Y K H S L
Decimal 200 43 17 0 0.78 0.92 0.22 8.52 0.84 0.43
Hex C8 2B 11 0 4E 5C 16 9 54 2B
Octal 310 53 21 0 116 134 26 11 124 53
Binary 11001000 101011 10001 0 1001110 1011100 10110 1001 1010100 101011

Color Harmonies of #C82B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82B11

Black with #C82B11

Text Example


Text Example

White with #C82B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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