Html Css Color HEX #CE1D11 Harley Davidson Orange

📋 copy color: '#CE1D11'

red 206 ◦ green 29 ◦ blue 17

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

Shades of Harley Davidson Orange #CE1D11

Tints of Harley Davidson Orange #CE1D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.51%

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

R = 81.75%
G = 11.51%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE1D11 (or 0xCE1D11) is known color: Harley Davidson Orange. HEX triplet: CE, 1D and 11. RGB value is (206,29,17). Sum of RGB (Red+Green+Blue) = 206+29+17=252 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.75% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1D11 is #31E2EE. Grayscale: #505050. Windows color (decimal): -3269359 or 1121742. OLE color: 1121742.

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

Color convert

RGB 206 29 17 -
CMYK 0 0.86 0.92 0.19
HSL 3.81º 0.85% 0.44% -
HSV(B) 3.81º 0.92% 0.81% -
XYZ 25.99 14.04 1.87 -
YUV 80.56 92.14 217.48 -
System Red Green Blue C M Y K H S L
Decimal 206 29 17 0 0.86 0.92 0.19 3.81 0.85 0.44
Hex CE 1D 11 0 56 5C 13 4 55 2C
Octal 316 35 21 0 126 134 23 4 125 54
Binary 11001110 11101 10001 0 1010110 1011100 10011 100 1010101 101100

Color Harmonies of #CE1D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1D11

Black with #CE1D11

Text Example


Text Example

White with #CE1D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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