Html Css Color HEX #D50514 Venetian Red

📋 copy color: '#D50514'

red 213 ◦ green 5 ◦ blue 20

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

Shades of Venetian Red #D50514

Tints of Venetian Red #D50514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.4%

R = 89.5%
G = 2.1%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D50514 (or 0xD50514) is known color: Venetian Red. HEX triplet: D5, 05 and 14. RGB value is (213,5,20). Sum of RGB (Red+Green+Blue) = 213+5+20=238 (31% of max value = 765). Red value is 213 (83.59% from 255 or 89.50% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 213 - color contains mainly: red. Hex color #D50514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50514 is #2AFAEB. Grayscale: #454545. Windows color (decimal): -2816748 or 1312213. OLE color: 1312213.

HSL color Cylindrical-coordinate representation of color #D50514: hue angle of 355.67º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D50514 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 5 20 -
CMYK 0 0.98 0.91 0.16
HSL 355.67º 0.95% 0.43% -
HSV(B) 355.67º 0.98% 0.84% -
XYZ 27.62 14.31 1.97 -
YUV 68.9 100.41 230.78 -
System Red Green Blue C M Y K H S L
Decimal 213 5 20 0 0.98 0.91 0.16 355.67 0.95 0.43
Hex D5 5 14 0 62 5B 10 164 5F 2B
Octal 325 5 24 0 142 133 20 544 137 53
Binary 11010101 101 10100 0 1100010 1011011 10000 101100100 1011111 101011

Color Harmonies of #D50514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50514

Black with #D50514

Text Example


Text Example

White with #D50514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50514; }

 p { color: rgb(213,5,20); }

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

background-color css

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

 a { background-color: rgb(213,5,20); }

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

border-color css

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

 span { border-color: rgb(213,5,20); }

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