Html Css Color HEX #CE0911 Venetian Red

📋 copy color: '#CE0911'

red 206 ◦ green 9 ◦ blue 17

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

Shades of Venetian Red #CE0911

Tints of Venetian Red #CE0911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.88%

 BLUE value IS 17 (7.03% from 255) = 7.33%

R = 88.79%
G = 3.88%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE0911 (or 0xCE0911) is known color: Venetian Red. HEX triplet: CE, 09 and 11. RGB value is (206,9,17). Sum of RGB (Red+Green+Blue) = 206+9+17=232 (30% of max value = 765). Red value is 206 (80.86% from 255 or 88.79% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0911 is #31F6EE. Grayscale: #444444. Windows color (decimal): -3274479 or 1116622. OLE color: 1116622.

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

Color convert

RGB 206 9 17 -
CMYK 0 0.96 0.92 0.19
HSL 357.56º 0.92% 0.42% -
HSV(B) 357.56º 0.96% 0.81% -
XYZ 25.65 13.36 1.76 -
YUV 68.82 98.77 225.85 -
System Red Green Blue C M Y K H S L
Decimal 206 9 17 0 0.96 0.92 0.19 357.56 0.92 0.42
Hex CE 9 11 0 60 5C 13 166 5C 2A
Octal 316 11 21 0 140 134 23 546 134 52
Binary 11001110 1001 10001 0 1100000 1011100 10011 101100110 1011100 101010

Color Harmonies of #CE0911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0911

Black with #CE0911

Text Example


Text Example

White with #CE0911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0911; }

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

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

background-color css

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

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

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

border-color css

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

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

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