Html Css Color HEX #CE0010 Venetian Red

📋 copy color: '#CE0010'

red 206 ◦ green 0 ◦ blue 16

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

Shades of Venetian Red #CE0010

Tints of Venetian Red #CE0010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.79%
G = 0%
B = 7.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE0010 (or 0xCE0010) is known color: Venetian Red. HEX triplet: CE, 00 and 10. RGB value is (206,0,16). Sum of RGB (Red+Green+Blue) = 206+0+16=222 (29% of max value = 765). Red value is 206 (80.86% from 255 or 92.79% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0010 is #31FFEF. Grayscale: #3F3F3F. Windows color (decimal): -3276784 or 1048782. OLE color: 1048782.

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

Color convert

RGB 206 0 16 -
CMYK 0 1 0.92 0.19
HSL 355.34º 1% 0.4% -
HSV(B) 355.34º 1% 0.81% -
XYZ 25.55 13.16 1.68 -
YUV 63.42 101.25 229.7 -
System Red Green Blue C M Y K H S L
Decimal 206 0 16 0 1 0.92 0.19 355.34 1 0.4
Hex CE 0 10 0 64 5C 13 163 64 28
Octal 316 0 20 0 144 134 23 543 144 50
Binary 11001110 0 10000 0 1100100 1011100 10011 101100011 1100100 101000

Color Harmonies of #CE0010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0010

Black with #CE0010

Text Example


Text Example

White with #CE0010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0010; }

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

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

background-color css

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

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

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

border-color css

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

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

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