Html Css Color HEX #CE2D11 Harley Davidson Orange

📋 copy color: '#CE2D11'

red 206 ◦ green 45 ◦ blue 17

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

Shades of Harley Davidson Orange #CE2D11

Tints of Harley Davidson Orange #CE2D11

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.79%

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

R = 76.87%
G = 16.79%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE2D11 (or 0xCE2D11) is known color: Harley Davidson Orange. HEX triplet: CE, 2D and 11. RGB value is (206,45,17). Sum of RGB (Red+Green+Blue) = 206+45+17=268 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.87% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2D11 is #31D2EE. Grayscale: #5A5A5A. Windows color (decimal): -3265263 or 1125838. OLE color: 1125838.

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

Color convert

RGB 206 45 17 -
CMYK 0 0.78 0.92 0.19
HSL 8.89º 0.85% 0.44% -
HSV(B) 8.89º 0.92% 0.81% -
XYZ 26.49 15.04 2.04 -
YUV 89.95 86.84 210.78 -
System Red Green Blue C M Y K H S L
Decimal 206 45 17 0 0.78 0.92 0.19 8.89 0.85 0.44
Hex CE 2D 11 0 4E 5C 13 9 55 2C
Octal 316 55 21 0 116 134 23 11 125 54
Binary 11001110 101101 10001 0 1001110 1011100 10011 1001 1010101 101100

Color Harmonies of #CE2D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2D11

Black with #CE2D11

Text Example


Text Example

White with #CE2D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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