Html Css Color HEX #CE2911 Harley Davidson Orange

📋 copy color: '#CE2911'

red 206 ◦ green 41 ◦ blue 17

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

Shades of Harley Davidson Orange #CE2911

Tints of Harley Davidson Orange #CE2911

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.53%

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

R = 78.03%
G = 15.53%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE2911 (or 0xCE2911) is known color: Harley Davidson Orange. HEX triplet: CE, 29 and 11. RGB value is (206,41,17). Sum of RGB (Red+Green+Blue) = 206+41+17=264 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.03% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2911 is #31D6EE. Grayscale: #575757. Windows color (decimal): -3266287 or 1124814. OLE color: 1124814.

HSL color Cylindrical-coordinate representation of color #CE2911: hue angle of 7.62º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE2911 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 41 17 -
CMYK 0 0.80 0.92 0.19
HSL 7.62º 0.85% 0.44% -
HSV(B) 7.62º 0.92% 0.81% -
XYZ 26.35 14.75 1.99 -
YUV 87.6 88.16 212.45 -
System Red Green Blue C M Y K H S L
Decimal 206 41 17 0 0.80 0.92 0.19 7.62 0.85 0.44
Hex CE 29 11 0 50 5C 13 8 55 2C
Octal 316 51 21 0 120 134 23 10 125 54
Binary 11001110 101001 10001 0 1010000 1011100 10011 1000 1010101 101100

Color Harmonies of #CE2911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2911

Black with #CE2911

Text Example


Text Example

White with #CE2911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2911; }

 p { color: rgb(206,41,17); }

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

background-color css

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

 a { background-color: rgb(206,41,17); }

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

border-color css

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

 span { border-color: rgb(206,41,17); }

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