Html Css Color HEX #CE0616 Venetian Red

📋 copy color: '#CE0616'

red 206 ◦ green 6 ◦ blue 22

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

Shades of Venetian Red #CE0616

Tints of Venetian Red #CE0616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.56%

 BLUE value IS 22 (8.98% from 255) = 9.4%

R = 88.03%
G = 2.56%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE0616 (or 0xCE0616) is known color: Venetian Red. HEX triplet: CE, 06 and 16. RGB value is (206,6,22). Sum of RGB (Red+Green+Blue) = 206+6+22=234 (30% of max value = 765). Red value is 206 (80.86% from 255 or 88.03% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0616 is #31F9E9. Grayscale: #434343. Windows color (decimal): -3275242 or 1443534. OLE color: 1443534.

HSL color Cylindrical-coordinate representation of color #CE0616: hue angle of 355.2º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE0616 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 6 22 -
CMYK 0 0.97 0.89 0.19
HSL 355.2º 0.94% 0.42% -
HSV(B) 355.2º 0.97% 0.81% -
XYZ 25.66 13.31 1.98 -
YUV 67.62 102.26 226.7 -
System Red Green Blue C M Y K H S L
Decimal 206 6 22 0 0.97 0.89 0.19 355.2 0.94 0.42
Hex CE 6 16 0 61 59 13 163 5E 2A
Octal 316 6 26 0 141 131 23 543 136 52
Binary 11001110 110 10110 0 1100001 1011001 10011 101100011 1011110 101010

Color Harmonies of #CE0616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0616

Black with #CE0616

Text Example


Text Example

White with #CE0616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0616; }

 p { color: rgb(206,6,22); }

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

background-color css

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

 a { background-color: rgb(206,6,22); }

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

border-color css

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

 span { border-color: rgb(206,6,22); }

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