Html Css Color HEX #CE050E Venetian Red

📋 copy color: '#CE050E'

red 206 ◦ green 5 ◦ blue 14

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

Shades of Venetian Red #CE050E

Tints of Venetian Red #CE050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.22%

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

R = 91.56%
G = 2.22%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE050E (or 0xCE050E) is known color: Venetian Red. HEX triplet: CE, 05 and 0E. RGB value is (206,5,14). Sum of RGB (Red+Green+Blue) = 206+5+14=225 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.56% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 206 - color contains mainly: red. Hex color #CE050E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE050E is #31FAF1. Grayscale: #424242. Windows color (decimal): -3275506 or 918990. OLE color: 918990.

HSL color Cylindrical-coordinate representation of color #CE050E: hue angle of 357.31º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE050E is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 5 14 -
CMYK 0 0.98 0.93 0.19
HSL 357.31º 0.95% 0.41% -
HSV(B) 357.31º 0.98% 0.81% -
XYZ 25.59 13.26 1.63 -
YUV 66.13 98.59 227.77 -
System Red Green Blue C M Y K H S L
Decimal 206 5 14 0 0.98 0.93 0.19 357.31 0.95 0.41
Hex CE 5 E 0 62 5D 13 165 5F 29
Octal 316 5 16 0 142 135 23 545 137 51
Binary 11001110 101 1110 0 1100010 1011101 10011 101100101 1011111 101001

Color Harmonies of #CE050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE050E

Black with #CE050E

Text Example


Text Example

White with #CE050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE050E; }

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

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

background-color css

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

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

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

border-color css

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

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

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