Html Css Color HEX #CE211B Harley Davidson Orange

📋 copy color: '#CE211B'

red 206 ◦ green 33 ◦ blue 27

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

Shades of Harley Davidson Orange #CE211B

Tints of Harley Davidson Orange #CE211B

RGB

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

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

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

R = 77.44%
G = 12.41%
B = 10.15%

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

#CE211B (or 0xCE211B) is known color: Harley Davidson Orange. HEX triplet: CE, 21 and 1B. RGB value is (206,33,27). Sum of RGB (Red+Green+Blue) = 206+33+27=266 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.44% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 206 - color contains mainly: red. Hex color #CE211B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE211B is #31DEE4. Grayscale: #545454. Windows color (decimal): -3268325 or 1778126. OLE color: 1778126.

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

Color convert

RGB 206 33 27 -
CMYK 0 0.84 0.87 0.19
HSL 2.01º 0.77% 0.46% -
HSV(B) 2.01º 0.87% 0.81% -
XYZ 26.2 14.29 2.41 -
YUV 84.04 95.81 214.99 -
System Red Green Blue C M Y K H S L
Decimal 206 33 27 0 0.84 0.87 0.19 2.01 0.77 0.46
Hex CE 21 1B 0 54 57 13 2 4D 2E
Octal 316 41 33 0 124 127 23 2 115 56
Binary 11001110 100001 11011 0 1010100 1010111 10011 10 1001101 101110

Color Harmonies of #CE211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE211B

Black with #CE211B

Text Example


Text Example

White with #CE211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE211B; }

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

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

background-color css

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

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

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

border-color css

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

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

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