Html Css Color HEX #CE1113 Venetian Red

📋 copy color: '#CE1113'

red 206 ◦ green 17 ◦ blue 19

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

Shades of Venetian Red #CE1113

Tints of Venetian Red #CE1113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.02%

 BLUE value IS 19 (7.81% from 255) = 7.85%

R = 85.12%
G = 7.02%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE1113 (or 0xCE1113) is known color: Venetian Red. HEX triplet: CE, 11 and 13. RGB value is (206,17,19). Sum of RGB (Red+Green+Blue) = 206+17+19=242 (32% of max value = 765). Red value is 206 (80.86% from 255 or 85.12% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1113 is #31EEEC. Grayscale: #494949. Windows color (decimal): -3272429 or 1249742. OLE color: 1249742.

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

Color convert

RGB 206 17 19 -
CMYK 0 0.92 0.91 0.19
HSL 359.37º 0.85% 0.44% -
HSV(B) 359.37º 0.92% 0.81% -
XYZ 25.77 13.57 1.88 -
YUV 73.74 97.12 222.34 -
System Red Green Blue C M Y K H S L
Decimal 206 17 19 0 0.92 0.91 0.19 359.37 0.85 0.44
Hex CE 11 13 0 5C 5B 13 167 55 2C
Octal 316 21 23 0 134 133 23 547 125 54
Binary 11001110 10001 10011 0 1011100 1011011 10011 101100111 1010101 101100

Color Harmonies of #CE1113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1113

Black with #CE1113

Text Example


Text Example

White with #CE1113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1113; }

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

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

background-color css

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

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

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

border-color css

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

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

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