Html Css Color HEX #CE0222 Venetian Red

📋 copy color: '#CE0222'

red 206 ◦ green 2 ◦ blue 34

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

Shades of Venetian Red #CE0222

Tints of Venetian Red #CE0222

RGB

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

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

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

R = 85.12%
G = 0.83%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE0222 (or 0xCE0222) is known color: Venetian Red. HEX triplet: CE, 02 and 22. RGB value is (206,2,34). Sum of RGB (Red+Green+Blue) = 206+2+34=242 (32% of max value = 765). Red value is 206 (80.86% from 255 or 85.12% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0222 is #31FDDD. Grayscale: #424242. Windows color (decimal): -3276254 or 2228942. OLE color: 2228942.

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

Color convert

RGB 206 2 34 -
CMYK 0 0.99 0.83 0.19
HSL 350.59º 0.98% 0.41% -
HSV(B) 350.59º 0.99% 0.81% -
XYZ 25.76 13.28 2.72 -
YUV 66.64 109.59 227.4 -
System Red Green Blue C M Y K H S L
Decimal 206 2 34 0 0.99 0.83 0.19 350.59 0.98 0.41
Hex CE 2 22 0 63 53 13 15F 62 29
Octal 316 2 42 0 143 123 23 537 142 51
Binary 11001110 10 100010 0 1100011 1010011 10011 101011111 1100010 101001

Color Harmonies of #CE0222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0222

Black with #CE0222

Text Example


Text Example

White with #CE0222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0222; }

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

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

background-color css

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

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

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

border-color css

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

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

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