Html Css Color HEX #CE0224 Venetian Red

📋 copy color: '#CE0224'

red 206 ◦ green 2 ◦ blue 36

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

Shades of Venetian Red #CE0224

Tints of Venetian Red #CE0224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.75%

R = 84.43%
G = 0.82%
B = 14.75%

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

#CE0224 (or 0xCE0224) is known color: Venetian Red. HEX triplet: CE, 02 and 24. RGB value is (206,2,36). Sum of RGB (Red+Green+Blue) = 206+2+36=244 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.43% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 36 (14.45% from 255 or 14.75% from 244); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0224 is #31FDDB. Grayscale: #424242. Windows color (decimal): -3276252 or 2360014. OLE color: 2360014.

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

Color convert

RGB 206 2 36 -
CMYK 0 0.99 0.83 0.19
HSL 350º 0.98% 0.41% -
HSV(B) 350º 0.99% 0.81% -
XYZ 25.79 13.29 2.88 -
YUV 66.87 110.59 227.24 -
System Red Green Blue C M Y K H S L
Decimal 206 2 36 0 0.99 0.83 0.19 350 0.98 0.41
Hex CE 2 24 0 63 53 13 15E 62 29
Octal 316 2 44 0 143 123 23 536 142 51
Binary 11001110 10 100100 0 1100011 1010011 10011 101011110 1100010 101001

Color Harmonies of #CE0224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0224

Black with #CE0224

Text Example


Text Example

White with #CE0224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0224; }

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

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

background-color css

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

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

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

border-color css

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

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

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