Html Css Color HEX #D50026 Venetian Red

📋 copy color: '#D50026'

red 213 ◦ green 0 ◦ blue 38

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

Shades of Venetian Red #D50026

Tints of Venetian Red #D50026

RGB

 RED value IS 213 (83.59% from 255) = 84.86%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.86%
G = 0%
B = 15.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D50026 (or 0xD50026) is known color: Venetian Red. HEX triplet: D5, 00 and 26. RGB value is (213,0,38). Sum of RGB (Red+Green+Blue) = 213+0+38=251 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.86% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 213 - color contains mainly: red. Hex color #D50026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50026 is #2AFFD9. Grayscale: #444444. Windows color (decimal): -2818010 or 2490581. OLE color: 2490581.

HSL color Cylindrical-coordinate representation of color #D50026: hue angle of 349.3º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50026 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 0 38 -
CMYK 0 1 0.82 0.16
HSL 349.3º 1% 0.42% -
HSV(B) 349.3º 1% 0.84% -
XYZ 27.79 14.29 3.13 -
YUV 68.02 111.07 231.41 -
System Red Green Blue C M Y K H S L
Decimal 213 0 38 0 1 0.82 0.16 349.3 1 0.42
Hex D5 0 26 0 64 52 10 15D 64 2A
Octal 325 0 46 0 144 122 20 535 144 52
Binary 11010101 0 100110 0 1100100 1010010 10000 101011101 1100100 101010

Color Harmonies of #D50026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50026

Black with #D50026

Text Example


Text Example

White with #D50026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50026; }

 p { color: rgb(213,0,38); }

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

background-color css

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

 a { background-color: rgb(213,0,38); }

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

border-color css

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

 span { border-color: rgb(213,0,38); }

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