Html Css Color HEX #CE0129 Venetian Red

📋 copy color: '#CE0129'

red 206 ◦ green 1 ◦ blue 41

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

Shades of Venetian Red #CE0129

Tints of Venetian Red #CE0129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 83.06%
G = 0.4%
B = 16.53%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE0129 (or 0xCE0129) is known color: Venetian Red. HEX triplet: CE, 01 and 29. RGB value is (206,1,41). Sum of RGB (Red+Green+Blue) = 206+1+41=248 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.06% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0129 is #31FED6. Grayscale: #424242. Windows color (decimal): -3276503 or 2687438. OLE color: 2687438.

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

Color convert

RGB 206 1 41 -
CMYK 0 1.00 0.80 0.19
HSL 348.29º 0.99% 0.41% -
HSV(B) 348.29º 1% 0.81% -
XYZ 25.86 13.3 3.3 -
YUV 66.86 113.42 227.25 -
System Red Green Blue C M Y K H S L
Decimal 206 1 41 0 1.00 0.80 0.19 348.29 0.99 0.41
Hex CE 1 29 0 64 50 13 15C 63 29
Octal 316 1 51 0 144 120 23 534 143 51
Binary 11001110 1 101001 0 1100100 1010000 10011 101011100 1100011 101001

Color Harmonies of #CE0129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0129

Black with #CE0129

Text Example


Text Example

White with #CE0129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0129; }

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

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

background-color css

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

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

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

border-color css

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

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

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