Html Css Color HEX #CE0211 Venetian Red

📋 copy color: '#CE0211'

red 206 ◦ green 2 ◦ blue 17

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

Shades of Venetian Red #CE0211

Tints of Venetian Red #CE0211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.89%

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

R = 91.56%
G = 0.89%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE0211 (or 0xCE0211) is known color: Venetian Red. HEX triplet: CE, 02 and 11. RGB value is (206,2,17). Sum of RGB (Red+Green+Blue) = 206+2+17=225 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.56% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0211 is #31FDEE. Grayscale: #404040. Windows color (decimal): -3276271 or 1114830. OLE color: 1114830.

HSL color Cylindrical-coordinate representation of color #CE0211: hue angle of 355.59º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE0211 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 2 17 -
CMYK 0 0.99 0.92 0.19
HSL 355.59º 0.98% 0.41% -
HSV(B) 355.59º 0.99% 0.81% -
XYZ 25.58 13.21 1.73 -
YUV 64.71 101.09 228.78 -
System Red Green Blue C M Y K H S L
Decimal 206 2 17 0 0.99 0.92 0.19 355.59 0.98 0.41
Hex CE 2 11 0 63 5C 13 164 62 29
Octal 316 2 21 0 143 134 23 544 142 51
Binary 11001110 10 10001 0 1100011 1011100 10011 101100100 1100010 101001

Color Harmonies of #CE0211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0211

Black with #CE0211

Text Example


Text Example

White with #CE0211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0211; }

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

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

background-color css

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

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

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

border-color css

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

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

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