Html Css Color HEX #D50023 Venetian Red

📋 copy color: '#D50023'

red 213 ◦ green 0 ◦ blue 35

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

Shades of Venetian Red #D50023

Tints of Venetian Red #D50023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.11%

R = 85.89%
G = 0%
B = 14.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D50023 (or 0xD50023) is known color: Venetian Red. HEX triplet: D5, 00 and 23. RGB value is (213,0,35). Sum of RGB (Red+Green+Blue) = 213+0+35=248 (32% of max value = 765). Red value is 213 (83.59% from 255 or 85.89% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 213 - color contains mainly: red. Hex color #D50023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50023 is #2AFFDC. Grayscale: #434343. Windows color (decimal): -2818013 or 2293973. OLE color: 2293973.

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

Color convert

RGB 213 0 35 -
CMYK 0 1 0.84 0.16
HSL 350.14º 1% 0.42% -
HSV(B) 350.14º 1% 0.84% -
XYZ 27.74 14.27 2.88 -
YUV 67.68 109.57 231.65 -
System Red Green Blue C M Y K H S L
Decimal 213 0 35 0 1 0.84 0.16 350.14 1 0.42
Hex D5 0 23 0 64 54 10 15E 64 2A
Octal 325 0 43 0 144 124 20 536 144 52
Binary 11010101 0 100011 0 1100100 1010100 10000 101011110 1100100 101010

Color Harmonies of #D50023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50023

Black with #D50023

Text Example


Text Example

White with #D50023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50023; }

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

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

background-color css

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

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

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

border-color css

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

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

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