Html Css Color HEX #D50316 Venetian Red

📋 copy color: '#D50316'

red 213 ◦ green 3 ◦ blue 22

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

Shades of Venetian Red #D50316

Tints of Venetian Red #D50316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

 BLUE value IS 22 (8.98% from 255) = 9.24%

R = 89.5%
G = 1.26%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D50316 (or 0xD50316) is known color: Venetian Red. HEX triplet: D5, 03 and 16. RGB value is (213,3,22). Sum of RGB (Red+Green+Blue) = 213+3+22=238 (31% of max value = 765). Red value is 213 (83.59% from 255 or 89.50% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 213 - color contains mainly: red. Hex color #D50316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50316 is #2AFCE9. Grayscale: #444444. Windows color (decimal): -2817258 or 1442773. OLE color: 1442773.

HSL color Cylindrical-coordinate representation of color #D50316: hue angle of 354.57º degrees, saturation: 0.97, 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 #D50316 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 3 22 -
CMYK 0 0.99 0.90 0.16
HSL 354.57º 0.97% 0.42% -
HSV(B) 354.57º 0.99% 0.84% -
XYZ 27.62 14.27 2.06 -
YUV 67.96 102.07 231.46 -
System Red Green Blue C M Y K H S L
Decimal 213 3 22 0 0.99 0.90 0.16 354.57 0.97 0.42
Hex D5 3 16 0 63 5A 10 163 61 2A
Octal 325 3 26 0 143 132 20 543 141 52
Binary 11010101 11 10110 0 1100011 1011010 10000 101100011 1100001 101010

Color Harmonies of #D50316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50316

Black with #D50316

Text Example


Text Example

White with #D50316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50316; }

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

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

background-color css

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

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

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

border-color css

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

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

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