Html Css Color HEX #CE2411 Harley Davidson Orange

📋 copy color: '#CE2411'

red 206 ◦ green 36 ◦ blue 17

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

Shades of Harley Davidson Orange #CE2411

Tints of Harley Davidson Orange #CE2411

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.9%

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

R = 79.54%
G = 13.9%
B = 6.56%

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

#CE2411 (or 0xCE2411) is known color: Harley Davidson Orange. HEX triplet: CE, 24 and 11. RGB value is (206,36,17). Sum of RGB (Red+Green+Blue) = 206+36+17=259 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.54% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2411 is #31DBEE. Grayscale: #545454. Windows color (decimal): -3267567 or 1123534. OLE color: 1123534.

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

Color convert

RGB 206 36 17 -
CMYK 0 0.83 0.92 0.19
HSL 6.03º 0.85% 0.44% -
HSV(B) 6.03º 0.92% 0.81% -
XYZ 26.19 14.42 1.93 -
YUV 84.66 89.82 214.54 -
System Red Green Blue C M Y K H S L
Decimal 206 36 17 0 0.83 0.92 0.19 6.03 0.85 0.44
Hex CE 24 11 0 53 5C 13 6 55 2C
Octal 316 44 21 0 123 134 23 6 125 54
Binary 11001110 100100 10001 0 1010011 1011100 10011 110 1010101 101100

Color Harmonies of #CE2411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2411

Black with #CE2411

Text Example


Text Example

White with #CE2411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2411; }

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

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

background-color css

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

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

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

border-color css

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

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

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