Html Css Color HEX #CE0109 Venetian Red

📋 copy color: '#CE0109'

red 206 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #CE0109

Tints of Venetian Red #CE0109

RGB

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

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

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

R = 95.37%
G = 0.46%
B = 4.17%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CE0109 (or 0xCE0109) is known color: Venetian Red. HEX triplet: CE, 01 and 09. RGB value is (206,1,9). Sum of RGB (Red+Green+Blue) = 206+1+9=216 (28% of max value = 765). Red value is 206 (80.86% from 255 or 95.37% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 9 (3.91% from 255 or 4.17% from 216); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0109 is #31FEF6. Grayscale: #3F3F3F. Windows color (decimal): -3276535 or 590286. OLE color: 590286.

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

Color convert

RGB 206 1 9 -
CMYK 0 1.00 0.96 0.19
HSL 357.66º 0.99% 0.41% -
HSV(B) 357.66º 1% 0.81% -
XYZ 25.51 13.16 1.45 -
YUV 63.21 97.42 229.85 -
System Red Green Blue C M Y K H S L
Decimal 206 1 9 0 1.00 0.96 0.19 357.66 0.99 0.41
Hex CE 1 9 0 64 60 13 166 63 29
Octal 316 1 11 0 144 140 23 546 143 51
Binary 11001110 1 1001 0 1100100 1100000 10011 101100110 1100011 101001

Color Harmonies of #CE0109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0109

Black with #CE0109

Text Example


Text Example

White with #CE0109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0109; }

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

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

background-color css

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

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

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

border-color css

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

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

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