Html Css Color HEX #C82E11 Harley Davidson Orange

📋 copy color: '#C82E11'

red 200 ◦ green 46 ◦ blue 17

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

Shades of Harley Davidson Orange #C82E11

Tints of Harley Davidson Orange #C82E11

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.49%

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

R = 76.05%
G = 17.49%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C82E11 (or 0xC82E11) is known color: Harley Davidson Orange. HEX triplet: C8, 2E and 11. RGB value is (200,46,17). Sum of RGB (Red+Green+Blue) = 200+46+17=263 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.05% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82E11 is #37D1EE. Grayscale: #595959. Windows color (decimal): -3658223 or 1126088. OLE color: 1126088.

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

Color convert

RGB 200 46 17 -
CMYK 0 0.77 0.92 0.22
HSL 9.51º 0.84% 0.43% -
HSV(B) 9.51º 0.92% 0.78% -
XYZ 24.9 14.27 1.97 -
YUV 88.74 87.52 207.36 -
System Red Green Blue C M Y K H S L
Decimal 200 46 17 0 0.77 0.92 0.22 9.51 0.84 0.43
Hex C8 2E 11 0 4D 5C 16 A 54 2B
Octal 310 56 21 0 115 134 26 12 124 53
Binary 11001000 101110 10001 0 1001101 1011100 10110 1010 1010100 101011

Color Harmonies of #C82E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82E11

Black with #C82E11

Text Example


Text Example

White with #C82E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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