Html Css Color HEX #CE021D Venetian Red

📋 copy color: '#CE021D'

red 206 ◦ green 2 ◦ blue 29

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

Shades of Venetian Red #CE021D

Tints of Venetian Red #CE021D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 86.92%
G = 0.84%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE021D (or 0xCE021D) is known color: Venetian Red. HEX triplet: CE, 02 and 1D. RGB value is (206,2,29). Sum of RGB (Red+Green+Blue) = 206+2+29=237 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.92% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 206 - color contains mainly: red. Hex color #CE021D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE021D is #31FDE2. Grayscale: #424242. Windows color (decimal): -3276259 or 1901262. OLE color: 1901262.

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

Color convert

RGB 206 2 29 -
CMYK 0 0.99 0.86 0.19
HSL 352.06º 0.98% 0.41% -
HSV(B) 352.06º 0.99% 0.81% -
XYZ 25.7 13.25 2.37 -
YUV 66.07 107.09 227.8 -
System Red Green Blue C M Y K H S L
Decimal 206 2 29 0 0.99 0.86 0.19 352.06 0.98 0.41
Hex CE 2 1D 0 63 56 13 160 62 29
Octal 316 2 35 0 143 126 23 540 142 51
Binary 11001110 10 11101 0 1100011 1010110 10011 101100000 1100010 101001

Color Harmonies of #CE021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE021D

Black with #CE021D

Text Example


Text Example

White with #CE021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE021D; }

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

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

background-color css

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

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

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

border-color css

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

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

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