Html Css Color HEX #CE1A11 Harley Davidson Orange

📋 copy color: '#CE1A11'

red 206 ◦ green 26 ◦ blue 17

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

Shades of Harley Davidson Orange #CE1A11

Tints of Harley Davidson Orange #CE1A11

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.44%

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

R = 82.73%
G = 10.44%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE1A11 (or 0xCE1A11) is known color: Harley Davidson Orange. HEX triplet: CE, 1A and 11. RGB value is (206,26,17). Sum of RGB (Red+Green+Blue) = 206+26+17=249 (32% of max value = 765). Red value is 206 (80.86% from 255 or 82.73% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1A11 is #31E5EE. Grayscale: #4F4F4F. Windows color (decimal): -3270127 or 1120974. OLE color: 1120974.

HSL color Cylindrical-coordinate representation of color #CE1A11: hue angle of 2.86º 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 #CE1A11 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 26 17 -
CMYK 0 0.87 0.92 0.19
HSL 2.86º 0.85% 0.44% -
HSV(B) 2.86º 0.92% 0.81% -
XYZ 25.92 13.9 1.85 -
YUV 78.79 93.13 218.73 -
System Red Green Blue C M Y K H S L
Decimal 206 26 17 0 0.87 0.92 0.19 2.86 0.85 0.44
Hex CE 1A 11 0 57 5C 13 3 55 2C
Octal 316 32 21 0 127 134 23 3 125 54
Binary 11001110 11010 10001 0 1010111 1011100 10011 11 1010101 101100

Color Harmonies of #CE1A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1A11

Black with #CE1A11

Text Example


Text Example

White with #CE1A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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