Html Css Color HEX #CE0226 Venetian Red

📋 copy color: '#CE0226'

red 206 ◦ green 2 ◦ blue 38

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

Shades of Venetian Red #CE0226

Tints of Venetian Red #CE0226

RGB

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

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

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

R = 83.74%
G = 0.81%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE0226 (or 0xCE0226) is known color: Venetian Red. HEX triplet: CE, 02 and 26. RGB value is (206,2,38). Sum of RGB (Red+Green+Blue) = 206+2+38=246 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.74% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0226 is #31FDD9. Grayscale: #434343. Windows color (decimal): -3276250 or 2491086. OLE color: 2491086.

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

Color convert

RGB 206 2 38 -
CMYK 0 0.99 0.82 0.19
HSL 349.41º 0.98% 0.41% -
HSV(B) 349.41º 0.99% 0.81% -
XYZ 25.83 13.31 3.04 -
YUV 67.1 111.59 227.07 -
System Red Green Blue C M Y K H S L
Decimal 206 2 38 0 0.99 0.82 0.19 349.41 0.98 0.41
Hex CE 2 26 0 63 52 13 15D 62 29
Octal 316 2 46 0 143 122 23 535 142 51
Binary 11001110 10 100110 0 1100011 1010010 10011 101011101 1100010 101001

Color Harmonies of #CE0226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0226

Black with #CE0226

Text Example


Text Example

White with #CE0226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0226; }

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

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

background-color css

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

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

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

border-color css

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

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

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