Html Css Color HEX #CE081D Venetian Red

📋 copy color: '#CE081D'

red 206 ◦ green 8 ◦ blue 29

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

Shades of Venetian Red #CE081D

Tints of Venetian Red #CE081D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.29%

 BLUE value IS 29 (11.72% from 255) = 11.93%

R = 84.77%
G = 3.29%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE081D (or 0xCE081D) is known color: Venetian Red. HEX triplet: CE, 08 and 1D. RGB value is (206,8,29). Sum of RGB (Red+Green+Blue) = 206+8+29=243 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.77% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 206 - color contains mainly: red. Hex color #CE081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE081D is #31F7E2. Grayscale: #454545. Windows color (decimal): -3274723 or 1902798. OLE color: 1902798.

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

Color convert

RGB 206 8 29 -
CMYK 0 0.96 0.86 0.19
HSL 353.64º 0.93% 0.42% -
HSV(B) 353.64º 0.96% 0.81% -
XYZ 25.76 13.38 2.39 -
YUV 69.6 105.1 225.29 -
System Red Green Blue C M Y K H S L
Decimal 206 8 29 0 0.96 0.86 0.19 353.64 0.93 0.42
Hex CE 8 1D 0 60 56 13 162 5D 2A
Octal 316 10 35 0 140 126 23 542 135 52
Binary 11001110 1000 11101 0 1100000 1010110 10011 101100010 1011101 101010

Color Harmonies of #CE081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE081D

Black with #CE081D

Text Example


Text Example

White with #CE081D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE081D; }

 p { color: rgb(206,8,29); }

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

background-color css

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

 a { background-color: rgb(206,8,29); }

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

border-color css

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

 span { border-color: rgb(206,8,29); }

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