Html Css Color HEX #CE0215 Venetian Red

📋 copy color: '#CE0215'

red 206 ◦ green 2 ◦ blue 21

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

Shades of Venetian Red #CE0215

Tints of Venetian Red #CE0215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.17%

R = 89.96%
G = 0.87%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE0215 (or 0xCE0215) is known color: Venetian Red. HEX triplet: CE, 02 and 15. RGB value is (206,2,21). Sum of RGB (Red+Green+Blue) = 206+2+21=229 (30% of max value = 765). Red value is 206 (80.86% from 255 or 89.96% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0215 is #31FDEA. Grayscale: #414141. Windows color (decimal): -3276267 or 1376974. OLE color: 1376974.

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

Color convert

RGB 206 2 21 -
CMYK 0 0.99 0.90 0.19
HSL 354.41º 0.98% 0.41% -
HSV(B) 354.41º 0.99% 0.81% -
XYZ 25.61 13.22 1.91 -
YUV 65.16 103.09 228.46 -
System Red Green Blue C M Y K H S L
Decimal 206 2 21 0 0.99 0.90 0.19 354.41 0.98 0.41
Hex CE 2 15 0 63 5A 13 162 62 29
Octal 316 2 25 0 143 132 23 542 142 51
Binary 11001110 10 10101 0 1100011 1011010 10011 101100010 1100010 101001

Color Harmonies of #CE0215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0215

Black with #CE0215

Text Example


Text Example

White with #CE0215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0215; }

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

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

background-color css

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

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

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

border-color css

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

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

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