Html Css Color HEX #CE1011 Venetian Red

📋 copy color: '#CE1011'

red 206 ◦ green 16 ◦ blue 17

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

Shades of Venetian Red #CE1011

Tints of Venetian Red #CE1011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.69%

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

R = 86.19%
G = 6.69%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE1011 (or 0xCE1011) is known color: Venetian Red. HEX triplet: CE, 10 and 11. RGB value is (206,16,17). Sum of RGB (Red+Green+Blue) = 206+16+17=239 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.19% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1011 is #31EFEE. Grayscale: #494949. Windows color (decimal): -3272687 or 1118414. OLE color: 1118414.

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

Color convert

RGB 206 16 17 -
CMYK 0 0.92 0.92 0.19
HSL 359.68º 0.86% 0.44% -
HSV(B) 359.68º 0.92% 0.81% -
XYZ 25.74 13.53 1.79 -
YUV 72.92 96.45 222.92 -
System Red Green Blue C M Y K H S L
Decimal 206 16 17 0 0.92 0.92 0.19 359.68 0.86 0.44
Hex CE 10 11 0 5C 5C 13 168 56 2C
Octal 316 20 21 0 134 134 23 550 126 54
Binary 11001110 10000 10001 0 1011100 1011100 10011 101101000 1010110 101100

Color Harmonies of #CE1011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1011

Black with #CE1011

Text Example


Text Example

White with #CE1011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1011; }

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

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

background-color css

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

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

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

border-color css

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

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

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