Html Css Color HEX #CE0126 Venetian Red

📋 copy color: '#CE0126'

red 206 ◦ green 1 ◦ blue 38

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

Shades of Venetian Red #CE0126

Tints of Venetian Red #CE0126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.51%

R = 84.08%
G = 0.41%
B = 15.51%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE0126 (or 0xCE0126) is known color: Venetian Red. HEX triplet: CE, 01 and 26. RGB value is (206,1,38). Sum of RGB (Red+Green+Blue) = 206+1+38=245 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.08% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0126 is #31FED9. Grayscale: #424242. Windows color (decimal): -3276506 or 2490830. OLE color: 2490830.

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

Color convert

RGB 206 1 38 -
CMYK 0 1.00 0.82 0.19
HSL 349.17º 0.99% 0.41% -
HSV(B) 349.17º 1% 0.81% -
XYZ 25.81 13.28 3.04 -
YUV 66.51 111.92 227.49 -
System Red Green Blue C M Y K H S L
Decimal 206 1 38 0 1.00 0.82 0.19 349.17 0.99 0.41
Hex CE 1 26 0 64 52 13 15D 63 29
Octal 316 1 46 0 144 122 23 535 143 51
Binary 11001110 1 100110 0 1100100 1010010 10011 101011101 1100011 101001

Color Harmonies of #CE0126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0126

Black with #CE0126

Text Example


Text Example

White with #CE0126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0126; }

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

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

background-color css

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

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

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

border-color css

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

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

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