Html Css Color HEX #CE021E Venetian Red

📋 copy color: '#CE021E'

red 206 ◦ green 2 ◦ blue 30

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

Shades of Venetian Red #CE021E

Tints of Venetian Red #CE021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.61%

R = 86.55%
G = 0.84%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE021E (or 0xCE021E) is known color: Venetian Red. HEX triplet: CE, 02 and 1E. RGB value is (206,2,30). Sum of RGB (Red+Green+Blue) = 206+2+30=238 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.55% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 206 - color contains mainly: red. Hex color #CE021E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE021E is #31FDE1. Grayscale: #424242. Windows color (decimal): -3276258 or 1966798. OLE color: 1966798.

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

Color convert

RGB 206 2 30 -
CMYK 0 0.99 0.85 0.19
HSL 351.76º 0.98% 0.41% -
HSV(B) 351.76º 0.99% 0.81% -
XYZ 25.71 13.26 2.43 -
YUV 66.19 107.59 227.72 -
System Red Green Blue C M Y K H S L
Decimal 206 2 30 0 0.99 0.85 0.19 351.76 0.98 0.41
Hex CE 2 1E 0 63 55 13 160 62 29
Octal 316 2 36 0 143 125 23 540 142 51
Binary 11001110 10 11110 0 1100011 1010101 10011 101100000 1100010 101001

Color Harmonies of #CE021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE021E

Black with #CE021E

Text Example


Text Example

White with #CE021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE021E; }

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

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

background-color css

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

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

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

border-color css

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

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

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