Html Css Color HEX #CE0111 Venetian Red

📋 copy color: '#CE0111'

red 206 ◦ green 1 ◦ blue 17

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

Shades of Venetian Red #CE0111

Tints of Venetian Red #CE0111

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 91.96%
G = 0.45%
B = 7.59%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE0111 (or 0xCE0111) is known color: Venetian Red. HEX triplet: CE, 01 and 11. RGB value is (206,1,17). Sum of RGB (Red+Green+Blue) = 206+1+17=224 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.96% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0111 is #31FEEE. Grayscale: #404040. Windows color (decimal): -3276527 or 1114574. OLE color: 1114574.

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

Color convert

RGB 206 1 17 -
CMYK 0 1.00 0.92 0.19
HSL 355.32º 0.99% 0.41% -
HSV(B) 355.32º 1% 0.81% -
XYZ 25.57 13.18 1.73 -
YUV 64.12 101.42 229.2 -
System Red Green Blue C M Y K H S L
Decimal 206 1 17 0 1.00 0.92 0.19 355.32 0.99 0.41
Hex CE 1 11 0 64 5C 13 163 63 29
Octal 316 1 21 0 144 134 23 543 143 51
Binary 11001110 1 10001 0 1100100 1011100 10011 101100011 1100011 101001

Color Harmonies of #CE0111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0111

Black with #CE0111

Text Example


Text Example

White with #CE0111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0111; }

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

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

background-color css

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

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

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

border-color css

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

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

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