Html Css Color HEX #C8211A Harley Davidson Orange

📋 copy color: '#C8211A'

red 200 ◦ green 33 ◦ blue 26

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

Shades of Harley Davidson Orange #C8211A

Tints of Harley Davidson Orange #C8211A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.04%

R = 77.22%
G = 12.74%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8211A (or 0xC8211A) is known color: Harley Davidson Orange. HEX triplet: C8, 21 and 1A. RGB value is (200,33,26). Sum of RGB (Red+Green+Blue) = 200+33+26=259 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.22% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 200 - color contains mainly: red. Hex color #C8211A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8211A is #37DEE5. Grayscale: #525252. Windows color (decimal): -3661542 or 1712584. OLE color: 1712584.

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

Color convert

RGB 200 33 26 -
CMYK 0 0.84 0.87 0.22
HSL 2.41º 0.77% 0.44% -
HSV(B) 2.41º 0.87% 0.78% -
XYZ 24.55 13.44 2.28 -
YUV 82.14 96.33 212.07 -
System Red Green Blue C M Y K H S L
Decimal 200 33 26 0 0.84 0.87 0.22 2.41 0.77 0.44
Hex C8 21 1A 0 54 57 16 2 4D 2C
Octal 310 41 32 0 124 127 26 2 115 54
Binary 11001000 100001 11010 0 1010100 1010111 10110 10 1001101 101100

Color Harmonies of #C8211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8211A

Black with #C8211A

Text Example


Text Example

White with #C8211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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