Html Css Color HEX #CE2311 Harley Davidson Orange

📋 copy color: '#CE2311'

red 206 ◦ green 35 ◦ blue 17

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

Shades of Harley Davidson Orange #CE2311

Tints of Harley Davidson Orange #CE2311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.57%

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

R = 79.84%
G = 13.57%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE2311 (or 0xCE2311) is known color: Harley Davidson Orange. HEX triplet: CE, 23 and 11. RGB value is (206,35,17). Sum of RGB (Red+Green+Blue) = 206+35+17=258 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.84% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2311 is #31DCEE. Grayscale: #545454. Windows color (decimal): -3267823 or 1123278. OLE color: 1123278.

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

Color convert

RGB 206 35 17 -
CMYK 0 0.83 0.92 0.19
HSL 5.71º 0.85% 0.44% -
HSV(B) 5.71º 0.92% 0.81% -
XYZ 26.16 14.36 1.92 -
YUV 84.08 90.15 214.96 -
System Red Green Blue C M Y K H S L
Decimal 206 35 17 0 0.83 0.92 0.19 5.71 0.85 0.44
Hex CE 23 11 0 53 5C 13 6 55 2C
Octal 316 43 21 0 123 134 23 6 125 54
Binary 11001110 100011 10001 0 1010011 1011100 10011 110 1010101 101100

Color Harmonies of #CE2311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2311

Black with #CE2311

Text Example


Text Example

White with #CE2311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2311; }

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

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

background-color css

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

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

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

border-color css

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

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

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