Html Css Color HEX #CE0519 Venetian Red

📋 copy color: '#CE0519'

red 206 ◦ green 5 ◦ blue 25

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

Shades of Venetian Red #CE0519

Tints of Venetian Red #CE0519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.12%

 BLUE value IS 25 (10.16% from 255) = 10.59%

R = 87.29%
G = 2.12%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE0519 (or 0xCE0519) is known color: Venetian Red. HEX triplet: CE, 05 and 19. RGB value is (206,5,25). Sum of RGB (Red+Green+Blue) = 206+5+25=236 (31% of max value = 765). Red value is 206 (80.86% from 255 or 87.29% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0519 is #31FAE6. Grayscale: #434343. Windows color (decimal): -3275495 or 1639886. OLE color: 1639886.

HSL color Cylindrical-coordinate representation of color #CE0519: hue angle of 354.03º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE0519 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 5 25 -
CMYK 0 0.98 0.88 0.19
HSL 354.03º 0.95% 0.41% -
HSV(B) 354.03º 0.98% 0.81% -
XYZ 25.68 13.3 2.13 -
YUV 67.38 104.09 226.87 -
System Red Green Blue C M Y K H S L
Decimal 206 5 25 0 0.98 0.88 0.19 354.03 0.95 0.41
Hex CE 5 19 0 62 58 13 162 5F 29
Octal 316 5 31 0 142 130 23 542 137 51
Binary 11001110 101 11001 0 1100010 1011000 10011 101100010 1011111 101001

Color Harmonies of #CE0519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0519

Black with #CE0519

Text Example


Text Example

White with #CE0519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0519; }

 p { color: rgb(206,5,25); }

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

background-color css

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

 a { background-color: rgb(206,5,25); }

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

border-color css

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

 span { border-color: rgb(206,5,25); }

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