Html Css Color HEX #CE0910 Venetian Red

📋 copy color: '#CE0910'

red 206 ◦ green 9 ◦ blue 16

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

Shades of Venetian Red #CE0910

Tints of Venetian Red #CE0910

RGB

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

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

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

R = 89.18%
G = 3.9%
B = 6.93%

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

#CE0910 (or 0xCE0910) is known color: Venetian Red. HEX triplet: CE, 09 and 10. RGB value is (206,9,16). Sum of RGB (Red+Green+Blue) = 206+9+16=231 (30% of max value = 765). Red value is 206 (80.86% from 255 or 89.18% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0910 is #31F6EF. Grayscale: #444444. Windows color (decimal): -3274480 or 1051086. OLE color: 1051086.

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

Color convert

RGB 206 9 16 -
CMYK 0 0.96 0.92 0.19
HSL 357.87º 0.92% 0.42% -
HSV(B) 357.87º 0.96% 0.81% -
XYZ 25.64 13.35 1.72 -
YUV 68.7 98.27 225.93 -
System Red Green Blue C M Y K H S L
Decimal 206 9 16 0 0.96 0.92 0.19 357.87 0.92 0.42
Hex CE 9 10 0 60 5C 13 166 5C 2A
Octal 316 11 20 0 140 134 23 546 134 52
Binary 11001110 1001 10000 0 1100000 1011100 10011 101100110 1011100 101010

Color Harmonies of #CE0910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0910

Black with #CE0910

Text Example


Text Example

White with #CE0910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0910; }

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

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

background-color css

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

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

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

border-color css

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

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

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