Html Css Color HEX #CE0526 Venetian Red

📋 copy color: '#CE0526'

red 206 ◦ green 5 ◦ blue 38

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

Shades of Venetian Red #CE0526

Tints of Venetian Red #CE0526

RGB

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

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

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

R = 82.73%
G = 2.01%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE0526 (or 0xCE0526) is known color: Venetian Red. HEX triplet: CE, 05 and 26. RGB value is (206,5,38). Sum of RGB (Red+Green+Blue) = 206+5+38=249 (32% of max value = 765). Red value is 206 (80.86% from 255 or 82.73% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0526 is #31FAD9. Grayscale: #444444. Windows color (decimal): -3275482 or 2491854. OLE color: 2491854.

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

Color convert

RGB 206 5 38 -
CMYK 0 0.98 0.82 0.19
HSL 350.15º 0.95% 0.41% -
HSV(B) 350.15º 0.98% 0.81% -
XYZ 25.86 13.37 3.05 -
YUV 68.86 110.59 225.82 -
System Red Green Blue C M Y K H S L
Decimal 206 5 38 0 0.98 0.82 0.19 350.15 0.95 0.41
Hex CE 5 26 0 62 52 13 15E 5F 29
Octal 316 5 46 0 142 122 23 536 137 51
Binary 11001110 101 100110 0 1100010 1010010 10011 101011110 1011111 101001

Color Harmonies of #CE0526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0526

Black with #CE0526

Text Example


Text Example

White with #CE0526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0526; }

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

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

background-color css

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

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

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

border-color css

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

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

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