Html Css Color HEX #D50203 Venetian Red

📋 copy color: '#D50203'

red 213 ◦ green 2 ◦ blue 3

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

Shades of Venetian Red #D50203

Tints of Venetian Red #D50203

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

 BLUE value IS 3 (1.56% from 255) = 1.38%

R = 97.71%
G = 0.92%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D50203 (or 0xD50203) is known color: Venetian Red. HEX triplet: D5, 02 and 03. RGB value is (213,2,3). Sum of RGB (Red+Green+Blue) = 213+2+3=218 (28% of max value = 765). Red value is 213 (83.59% from 255 or 97.71% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 213 - color contains mainly: red. Hex color #D50203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50203 is #2AFDFC. Grayscale: #414141. Windows color (decimal): -2817533 or 197333. OLE color: 197333.

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

Color convert

RGB 213 2 3 -
CMYK 0 0.99 0.99 0.16
HSL 359.72º 0.98% 0.42% -
HSV(B) 359.72º 0.99% 0.84% -
XYZ 27.48 14.2 1.38 -
YUV 65.2 92.9 233.42 -
System Red Green Blue C M Y K H S L
Decimal 213 2 3 0 0.99 0.99 0.16 359.72 0.98 0.42
Hex D5 2 3 0 63 63 10 168 62 2A
Octal 325 2 3 0 143 143 20 550 142 52
Binary 11010101 10 11 0 1100011 1100011 10000 101101000 1100010 101010

Color Harmonies of #D50203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50203

Black with #D50203

Text Example


Text Example

White with #D50203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50203; }

 p { color: rgb(213,2,3); }

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

background-color css

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

 a { background-color: rgb(213,2,3); }

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

border-color css

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

 span { border-color: rgb(213,2,3); }

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