Html Css Color HEX #CE0218 Venetian Red

📋 copy color: '#CE0218'

red 206 ◦ green 2 ◦ blue 24

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

Shades of Venetian Red #CE0218

Tints of Venetian Red #CE0218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.34%

R = 88.79%
G = 0.86%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE0218 (or 0xCE0218) is known color: Venetian Red. HEX triplet: CE, 02 and 18. RGB value is (206,2,24). Sum of RGB (Red+Green+Blue) = 206+2+24=232 (30% of max value = 765). Red value is 206 (80.86% from 255 or 88.79% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0218 is #31FDE7. Grayscale: #414141. Windows color (decimal): -3276264 or 1573582. OLE color: 1573582.

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

Color convert

RGB 206 2 24 -
CMYK 0 0.99 0.88 0.19
HSL 353.53º 0.98% 0.41% -
HSV(B) 353.53º 0.99% 0.81% -
XYZ 25.64 13.23 2.07 -
YUV 65.5 104.59 228.21 -
System Red Green Blue C M Y K H S L
Decimal 206 2 24 0 0.99 0.88 0.19 353.53 0.98 0.41
Hex CE 2 18 0 63 58 13 162 62 29
Octal 316 2 30 0 143 130 23 542 142 51
Binary 11001110 10 11000 0 1100011 1011000 10011 101100010 1100010 101001

Color Harmonies of #CE0218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0218

Black with #CE0218

Text Example


Text Example

White with #CE0218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0218; }

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

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

background-color css

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

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

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

border-color css

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

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

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