Html Css Color HEX #CE0116 Venetian Red

📋 copy color: '#CE0116'

red 206 ◦ green 1 ◦ blue 22

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

Shades of Venetian Red #CE0116

Tints of Venetian Red #CE0116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.61%

R = 89.96%
G = 0.44%
B = 9.61%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE0116 (or 0xCE0116) is known color: Venetian Red. HEX triplet: CE, 01 and 16. RGB value is (206,1,22). Sum of RGB (Red+Green+Blue) = 206+1+22=229 (30% of max value = 765). Red value is 206 (80.86% from 255 or 89.96% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0116 is #31FEE9. Grayscale: #404040. Windows color (decimal): -3276522 or 1442254. OLE color: 1442254.

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

Color convert

RGB 206 1 22 -
CMYK 0 1.00 0.89 0.19
HSL 353.85º 0.99% 0.41% -
HSV(B) 353.85º 1% 0.81% -
XYZ 25.61 13.2 1.96 -
YUV 64.69 103.92 228.79 -
System Red Green Blue C M Y K H S L
Decimal 206 1 22 0 1.00 0.89 0.19 353.85 0.99 0.41
Hex CE 1 16 0 64 59 13 162 63 29
Octal 316 1 26 0 144 131 23 542 143 51
Binary 11001110 1 10110 0 1100100 1011001 10011 101100010 1100011 101001

Color Harmonies of #CE0116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0116

Black with #CE0116

Text Example


Text Example

White with #CE0116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0116; }

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

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

background-color css

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

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

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

border-color css

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

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

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