Html Css Color HEX #CE0228 Venetian Red

📋 copy color: '#CE0228'

red 206 ◦ green 2 ◦ blue 40

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

Shades of Venetian Red #CE0228

Tints of Venetian Red #CE0228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.13%

R = 83.06%
G = 0.81%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE0228 (or 0xCE0228) is known color: Venetian Red. HEX triplet: CE, 02 and 28. RGB value is (206,2,40). Sum of RGB (Red+Green+Blue) = 206+2+40=248 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.06% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0228 is #31FDD7. Grayscale: #434343. Windows color (decimal): -3276248 or 2622158. OLE color: 2622158.

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

Color convert

RGB 206 2 40 -
CMYK 0 0.99 0.81 0.19
HSL 348.82º 0.98% 0.41% -
HSV(B) 348.82º 0.99% 0.81% -
XYZ 25.86 13.32 3.22 -
YUV 67.33 112.59 226.91 -
System Red Green Blue C M Y K H S L
Decimal 206 2 40 0 0.99 0.81 0.19 348.82 0.98 0.41
Hex CE 2 28 0 63 51 13 15D 62 29
Octal 316 2 50 0 143 121 23 535 142 51
Binary 11001110 10 101000 0 1100011 1010001 10011 101011101 1100010 101001

Color Harmonies of #CE0228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0228

Black with #CE0228

Text Example


Text Example

White with #CE0228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0228; }

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

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

background-color css

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

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

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

border-color css

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

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

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