Html Css Color HEX #CE0229 Venetian Red

📋 copy color: '#CE0229'

red 206 ◦ green 2 ◦ blue 41

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

Shades of Venetian Red #CE0229

Tints of Venetian Red #CE0229

RGB

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

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

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

R = 82.73%
G = 0.8%
B = 16.47%

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

#CE0229 (or 0xCE0229) is known color: Venetian Red. HEX triplet: CE, 02 and 29. RGB value is (206,2,41). Sum of RGB (Red+Green+Blue) = 206+2+41=249 (32% of max value = 765). Red value is 206 (80.86% from 255 or 82.73% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0229 is #31FDD6. Grayscale: #434343. Windows color (decimal): -3276247 or 2687694. OLE color: 2687694.

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

Color convert

RGB 206 2 41 -
CMYK 0 0.99 0.80 0.19
HSL 348.53º 0.98% 0.41% -
HSV(B) 348.53º 0.99% 0.81% -
XYZ 25.88 13.33 3.31 -
YUV 67.44 113.09 226.83 -
System Red Green Blue C M Y K H S L
Decimal 206 2 41 0 0.99 0.80 0.19 348.53 0.98 0.41
Hex CE 2 29 0 63 50 13 15D 62 29
Octal 316 2 51 0 143 120 23 535 142 51
Binary 11001110 10 101001 0 1100011 1010000 10011 101011101 1100010 101001

Color Harmonies of #CE0229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0229

Black with #CE0229

Text Example


Text Example

White with #CE0229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0229; }

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

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

background-color css

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

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

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

border-color css

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

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

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