Html Css Color HEX #CE211A Harley Davidson Orange

📋 copy color: '#CE211A'

red 206 ◦ green 33 ◦ blue 26

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

Shades of Harley Davidson Orange #CE211A

Tints of Harley Davidson Orange #CE211A

RGB

 RED value IS 206 (80.86% from 255) = 77.74%

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

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

R = 77.74%
G = 12.45%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE211A (or 0xCE211A) is known color: Harley Davidson Orange. HEX triplet: CE, 21 and 1A. RGB value is (206,33,26). Sum of RGB (Red+Green+Blue) = 206+33+26=265 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.74% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 206 - color contains mainly: red. Hex color #CE211A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE211A is #31DEE5. Grayscale: #545454. Windows color (decimal): -3268326 or 1712590. OLE color: 1712590.

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

Color convert

RGB 206 33 26 -
CMYK 0 0.84 0.87 0.19
HSL 2.33º 0.78% 0.45% -
HSV(B) 2.33º 0.87% 0.81% -
XYZ 26.18 14.28 2.35 -
YUV 83.93 95.31 215.07 -
System Red Green Blue C M Y K H S L
Decimal 206 33 26 0 0.84 0.87 0.19 2.33 0.78 0.45
Hex CE 21 1A 0 54 57 13 2 4E 2D
Octal 316 41 32 0 124 127 23 2 116 55
Binary 11001110 100001 11010 0 1010100 1010111 10011 10 1001110 101101

Color Harmonies of #CE211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE211A

Black with #CE211A

Text Example


Text Example

White with #CE211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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