Html Css Color HEX #CE2211 Harley Davidson Orange

📋 copy color: '#CE2211'

red 206 ◦ green 34 ◦ blue 17

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

Shades of Harley Davidson Orange #CE2211

Tints of Harley Davidson Orange #CE2211

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.23%

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

R = 80.16%
G = 13.23%
B = 6.61%

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

#CE2211 (or 0xCE2211) is known color: Harley Davidson Orange. HEX triplet: CE, 22 and 11. RGB value is (206,34,17). Sum of RGB (Red+Green+Blue) = 206+34+17=257 (34% of max value = 765). Red value is 206 (80.86% from 255 or 80.16% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2211 is #31DDEE. Grayscale: #535353. Windows color (decimal): -3268079 or 1123022. OLE color: 1123022.

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

Color convert

RGB 206 34 17 -
CMYK 0 0.83 0.92 0.19
HSL 5.4º 0.85% 0.44% -
HSV(B) 5.4º 0.92% 0.81% -
XYZ 26.13 14.31 1.91 -
YUV 83.49 90.48 215.38 -
System Red Green Blue C M Y K H S L
Decimal 206 34 17 0 0.83 0.92 0.19 5.4 0.85 0.44
Hex CE 22 11 0 53 5C 13 5 55 2C
Octal 316 42 21 0 123 134 23 5 125 54
Binary 11001110 100010 10001 0 1010011 1011100 10011 101 1010101 101100

Color Harmonies of #CE2211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2211

Black with #CE2211

Text Example


Text Example

White with #CE2211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2211; }

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

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

background-color css

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

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

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

border-color css

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

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

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