Html Css Color HEX #C82E1B Harley Davidson Orange

📋 copy color: '#C82E1B'

red 200 ◦ green 46 ◦ blue 27

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

Shades of Harley Davidson Orange #C82E1B

Tints of Harley Davidson Orange #C82E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.89%

R = 73.26%
G = 16.85%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C82E1B (or 0xC82E1B) is known color: Harley Davidson Orange. HEX triplet: C8, 2E and 1B. RGB value is (200,46,27). Sum of RGB (Red+Green+Blue) = 200+46+27=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82E1B is #37D1E4. Grayscale: #5A5A5A. Windows color (decimal): -3658213 or 1781448. OLE color: 1781448.

HSL color Cylindrical-coordinate representation of color #C82E1B: hue angle of 6.59º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C82E1B is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 46 27 -
CMYK 0 0.77 0.86 0.22
HSL 6.59º 0.76% 0.45% -
HSV(B) 6.59º 0.87% 0.78% -
XYZ 24.99 14.31 2.48 -
YUV 89.88 92.52 206.54 -
System Red Green Blue C M Y K H S L
Decimal 200 46 27 0 0.77 0.86 0.22 6.59 0.76 0.45
Hex C8 2E 1B 0 4D 56 16 7 4C 2D
Octal 310 56 33 0 115 126 26 7 114 55
Binary 11001000 101110 11011 0 1001101 1010110 10110 111 1001100 101101

Color Harmonies of #C82E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82E1B

Black with #C82E1B

Text Example


Text Example

White with #C82E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82E1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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