Html Css Color HEX #CE0329 Venetian Red

📋 copy color: '#CE0329'

red 206 ◦ green 3 ◦ blue 41

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

Shades of Venetian Red #CE0329

Tints of Venetian Red #CE0329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 82.4%
G = 1.2%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE0329 (or 0xCE0329) is known color: Venetian Red. HEX triplet: CE, 03 and 29. RGB value is (206,3,41). Sum of RGB (Red+Green+Blue) = 206+3+41=250 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.4% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0329 is #31FCD6. Grayscale: #444444. Windows color (decimal): -3275991 or 2687950. OLE color: 2687950.

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

Color convert

RGB 206 3 41 -
CMYK 0 0.99 0.80 0.19
HSL 348.77º 0.97% 0.41% -
HSV(B) 348.77º 0.99% 0.81% -
XYZ 25.89 13.35 3.31 -
YUV 68.03 112.75 226.41 -
System Red Green Blue C M Y K H S L
Decimal 206 3 41 0 0.99 0.80 0.19 348.77 0.97 0.41
Hex CE 3 29 0 63 50 13 15D 61 29
Octal 316 3 51 0 143 120 23 535 141 51
Binary 11001110 11 101001 0 1100011 1010000 10011 101011101 1100001 101001

Color Harmonies of #CE0329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0329

Black with #CE0329

Text Example


Text Example

White with #CE0329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0329; }

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

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

background-color css

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

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

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

border-color css

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

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

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