Html Css Color HEX #CE0D10 Venetian Red

📋 copy color: '#CE0D10'

red 206 ◦ green 13 ◦ blue 16

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

Shades of Venetian Red #CE0D10

Tints of Venetian Red #CE0D10

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.53%

 BLUE value IS 16 (6.64% from 255) = 6.81%

R = 87.66%
G = 5.53%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE0D10 (or 0xCE0D10) is known color: Venetian Red. HEX triplet: CE, 0D and 10. RGB value is (206,13,16). Sum of RGB (Red+Green+Blue) = 206+13+16=235 (31% of max value = 765). Red value is 206 (80.86% from 255 or 87.66% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0D10 is #31F2EF. Grayscale: #474747. Windows color (decimal): -3273456 or 1052110. OLE color: 1052110.

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

Color convert

RGB 206 13 16 -
CMYK 0 0.94 0.92 0.19
HSL 359.07º 0.88% 0.43% -
HSV(B) 359.07º 0.94% 0.81% -
XYZ 25.69 13.45 1.73 -
YUV 71.05 96.94 224.26 -
System Red Green Blue C M Y K H S L
Decimal 206 13 16 0 0.94 0.92 0.19 359.07 0.88 0.43
Hex CE D 10 0 5E 5C 13 167 58 2B
Octal 316 15 20 0 136 134 23 547 130 53
Binary 11001110 1101 10000 0 1011110 1011100 10011 101100111 1011000 101011

Color Harmonies of #CE0D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0D10

Black with #CE0D10

Text Example


Text Example

White with #CE0D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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