Html Css Color HEX #CE3511 Harley Davidson Orange

📋 copy color: '#CE3511'

red 206 ◦ green 53 ◦ blue 17

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

Shades of Harley Davidson Orange #CE3511

Tints of Harley Davidson Orange #CE3511

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.2%

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

R = 74.64%
G = 19.2%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE3511 (or 0xCE3511) is known color: Harley Davidson Orange. HEX triplet: CE, 35 and 11. RGB value is (206,53,17). Sum of RGB (Red+Green+Blue) = 206+53+17=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3511 is #31CAEE. Grayscale: #5E5E5E. Windows color (decimal): -3263215 or 1127886. OLE color: 1127886.

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

Color convert

RGB 206 53 17 -
CMYK 0 0.74 0.92 0.19
HSL 11.43º 0.85% 0.44% -
HSV(B) 11.43º 0.92% 0.81% -
XYZ 26.83 15.71 2.15 -
YUV 94.64 84.19 207.43 -
System Red Green Blue C M Y K H S L
Decimal 206 53 17 0 0.74 0.92 0.19 11.43 0.85 0.44
Hex CE 35 11 0 4A 5C 13 B 55 2C
Octal 316 65 21 0 112 134 23 13 125 54
Binary 11001110 110101 10001 0 1001010 1011100 10011 1011 1010101 101100

Color Harmonies of #CE3511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3511

Black with #CE3511

Text Example


Text Example

White with #CE3511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3511; }

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

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

background-color css

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

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

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

border-color css

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

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

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