Html Css Color HEX #CE0009 Venetian Red

📋 copy color: '#CE0009'

red 206 ◦ green 0 ◦ blue 9

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

Shades of Venetian Red #CE0009

Tints of Venetian Red #CE0009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.19%

R = 95.81%
G = 0%
B = 4.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CE0009 (or 0xCE0009) is known color: Venetian Red. HEX triplet: CE, 00 and 09. RGB value is (206,0,9). Sum of RGB (Red+Green+Blue) = 206+0+9=215 (28% of max value = 765). Red value is 206 (80.86% from 255 or 95.81% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0009 is #31FFF6. Grayscale: #3E3E3E. Windows color (decimal): -3276791 or 590030. OLE color: 590030.

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

Color convert

RGB 206 0 9 -
CMYK 0 1 0.96 0.19
HSL 357.38º 1% 0.4% -
HSV(B) 357.38º 1% 0.81% -
XYZ 25.5 13.14 1.45 -
YUV 62.62 97.75 230.27 -
System Red Green Blue C M Y K H S L
Decimal 206 0 9 0 1 0.96 0.19 357.38 1 0.4
Hex CE 0 9 0 64 60 13 165 64 28
Octal 316 0 11 0 144 140 23 545 144 50
Binary 11001110 0 1001 0 1100100 1100000 10011 101100101 1100100 101000

Color Harmonies of #CE0009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0009

Black with #CE0009

Text Example


Text Example

White with #CE0009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0009; }

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

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

background-color css

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

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

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

border-color css

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

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

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