Html Css Color HEX #CE090E Venetian Red

📋 copy color: '#CE090E'

red 206 ◦ green 9 ◦ blue 14

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

Shades of Venetian Red #CE090E

Tints of Venetian Red #CE090E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.11%

R = 89.96%
G = 3.93%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE090E (or 0xCE090E) is known color: Venetian Red. HEX triplet: CE, 09 and 0E. RGB value is (206,9,14). Sum of RGB (Red+Green+Blue) = 206+9+14=229 (30% of max value = 765). Red value is 206 (80.86% from 255 or 89.96% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 206 - color contains mainly: red. Hex color #CE090E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE090E is #31F6F1. Grayscale: #444444. Windows color (decimal): -3274482 or 920014. OLE color: 920014.

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

Color convert

RGB 206 9 14 -
CMYK 0 0.96 0.93 0.19
HSL 358.48º 0.92% 0.42% -
HSV(B) 358.48º 0.96% 0.81% -
XYZ 25.63 13.35 1.64 -
YUV 68.47 97.27 226.09 -
System Red Green Blue C M Y K H S L
Decimal 206 9 14 0 0.96 0.93 0.19 358.48 0.92 0.42
Hex CE 9 E 0 60 5D 13 166 5C 2A
Octal 316 11 16 0 140 135 23 546 134 52
Binary 11001110 1001 1110 0 1100000 1011101 10011 101100110 1011100 101010

Color Harmonies of #CE090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE090E

Black with #CE090E

Text Example


Text Example

White with #CE090E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE090E; }

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

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

background-color css

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

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

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

border-color css

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

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

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