Html Css Color HEX #CE0520 Venetian Red

📋 copy color: '#CE0520'

red 206 ◦ green 5 ◦ blue 32

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

Shades of Venetian Red #CE0520

Tints of Venetian Red #CE0520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.17%

R = 84.77%
G = 2.06%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE0520 (or 0xCE0520) is known color: Venetian Red. HEX triplet: CE, 05 and 20. RGB value is (206,5,32). Sum of RGB (Red+Green+Blue) = 206+5+32=243 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.77% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0520 is #31FADF. Grayscale: #444444. Windows color (decimal): -3275488 or 2098638. OLE color: 2098638.

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

Color convert

RGB 206 5 32 -
CMYK 0 0.98 0.84 0.19
HSL 351.94º 0.95% 0.41% -
HSV(B) 351.94º 0.98% 0.81% -
XYZ 25.77 13.33 2.58 -
YUV 68.18 107.59 226.3 -
System Red Green Blue C M Y K H S L
Decimal 206 5 32 0 0.98 0.84 0.19 351.94 0.95 0.41
Hex CE 5 20 0 62 54 13 160 5F 29
Octal 316 5 40 0 142 124 23 540 137 51
Binary 11001110 101 100000 0 1100010 1010100 10011 101100000 1011111 101001

Color Harmonies of #CE0520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0520

Black with #CE0520

Text Example


Text Example

White with #CE0520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0520; }

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

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

background-color css

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

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

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

border-color css

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

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

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