Html Css Color HEX #CE0029 Venetian Red

📋 copy color: '#CE0029'

red 206 ◦ green 0 ◦ blue 41

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

Shades of Venetian Red #CE0029

Tints of Venetian Red #CE0029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.6%

R = 83.4%
G = 0%
B = 16.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE0029 (or 0xCE0029) is known color: Venetian Red. HEX triplet: CE, 00 and 29. RGB value is (206,0,41). Sum of RGB (Red+Green+Blue) = 206+0+41=247 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.40% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0029 is #31FFD6. Grayscale: #424242. Windows color (decimal): -3276759 or 2687182. OLE color: 2687182.

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

Color convert

RGB 206 0 41 -
CMYK 0 1 0.80 0.19
HSL 348.06º 1% 0.4% -
HSV(B) 348.06º 1% 0.81% -
XYZ 25.85 13.28 3.3 -
YUV 66.27 113.75 227.67 -
System Red Green Blue C M Y K H S L
Decimal 206 0 41 0 1 0.80 0.19 348.06 1 0.4
Hex CE 0 29 0 64 50 13 15C 64 28
Octal 316 0 51 0 144 120 23 534 144 50
Binary 11001110 0 101001 0 1100100 1010000 10011 101011100 1100100 101000

Color Harmonies of #CE0029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0029

Black with #CE0029

Text Example


Text Example

White with #CE0029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0029; }

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

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

background-color css

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

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

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

border-color css

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

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

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