Html Css Color HEX #CE0518 Venetian Red

📋 copy color: '#CE0518'

red 206 ◦ green 5 ◦ blue 24

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

Shades of Venetian Red #CE0518

Tints of Venetian Red #CE0518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.21%

R = 87.66%
G = 2.13%
B = 10.21%

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

#CE0518 (or 0xCE0518) is known color: Venetian Red. HEX triplet: CE, 05 and 18. RGB value is (206,5,24). Sum of RGB (Red+Green+Blue) = 206+5+24=235 (31% of max value = 765). Red value is 206 (80.86% from 255 or 87.66% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0518 is #31FAE7. Grayscale: #434343. Windows color (decimal): -3275496 or 1574350. OLE color: 1574350.

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

Color convert

RGB 206 5 24 -
CMYK 0 0.98 0.88 0.19
HSL 354.33º 0.95% 0.41% -
HSV(B) 354.33º 0.98% 0.81% -
XYZ 25.67 13.3 2.08 -
YUV 67.27 103.59 226.96 -
System Red Green Blue C M Y K H S L
Decimal 206 5 24 0 0.98 0.88 0.19 354.33 0.95 0.41
Hex CE 5 18 0 62 58 13 162 5F 29
Octal 316 5 30 0 142 130 23 542 137 51
Binary 11001110 101 11000 0 1100010 1011000 10011 101100010 1011111 101001

Color Harmonies of #CE0518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0518

Black with #CE0518

Text Example


Text Example

White with #CE0518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0518; }

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

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

background-color css

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

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

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

border-color css

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

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

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