Html Css Color HEX #CE0015 Venetian Red

📋 copy color: '#CE0015'

red 206 ◦ green 0 ◦ blue 21

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

Shades of Venetian Red #CE0015

Tints of Venetian Red #CE0015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.75%
G = 0%
B = 9.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE0015 (or 0xCE0015) is known color: Venetian Red. HEX triplet: CE, 00 and 15. RGB value is (206,0,21). Sum of RGB (Red+Green+Blue) = 206+0+21=227 (30% of max value = 765). Red value is 206 (80.86% from 255 or 90.75% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0015 is #31FFEA. Grayscale: #404040. Windows color (decimal): -3276779 or 1376462. OLE color: 1376462.

HSL color Cylindrical-coordinate representation of color #CE0015: hue angle of 353.88º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0015 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 0 21 -
CMYK 0 1 0.90 0.19
HSL 353.88º 1% 0.4% -
HSV(B) 353.88º 1% 0.81% -
XYZ 25.59 13.18 1.9 -
YUV 63.99 103.75 229.29 -
System Red Green Blue C M Y K H S L
Decimal 206 0 21 0 1 0.90 0.19 353.88 1 0.4
Hex CE 0 15 0 64 5A 13 162 64 28
Octal 316 0 25 0 144 132 23 542 144 50
Binary 11001110 0 10101 0 1100100 1011010 10011 101100010 1100100 101000

Color Harmonies of #CE0015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0015

Black with #CE0015

Text Example


Text Example

White with #CE0015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0015; }

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

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

background-color css

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

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

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

border-color css

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

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

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