Html Css Color HEX #CE0122 Venetian Red

📋 copy color: '#CE0122'

red 206 ◦ green 1 ◦ blue 34

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

Shades of Venetian Red #CE0122

Tints of Venetian Red #CE0122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.11%

R = 85.48%
G = 0.41%
B = 14.11%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE0122 (or 0xCE0122) is known color: Venetian Red. HEX triplet: CE, 01 and 22. RGB value is (206,1,34). Sum of RGB (Red+Green+Blue) = 206+1+34=241 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.48% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 34 (13.67% from 255 or 14.11% from 241); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0122 is #31FEDD. Grayscale: #424242. Windows color (decimal): -3276510 or 2228686. OLE color: 2228686.

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

Color convert

RGB 206 1 34 -
CMYK 0 1.00 0.83 0.19
HSL 350.34º 0.99% 0.41% -
HSV(B) 350.34º 1% 0.81% -
XYZ 25.75 13.26 2.72 -
YUV 66.06 109.92 227.82 -
System Red Green Blue C M Y K H S L
Decimal 206 1 34 0 1.00 0.83 0.19 350.34 0.99 0.41
Hex CE 1 22 0 64 53 13 15E 63 29
Octal 316 1 42 0 144 123 23 536 143 51
Binary 11001110 1 100010 0 1100100 1010011 10011 101011110 1100011 101001

Color Harmonies of #CE0122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0122

Black with #CE0122

Text Example


Text Example

White with #CE0122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0122; }

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

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

background-color css

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

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

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

border-color css

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

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

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