Html Css Color HEX #D40315 Venetian Red

📋 copy color: '#D40315'

red 212 ◦ green 3 ◦ blue 21

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

Shades of Venetian Red #D40315

Tints of Venetian Red #D40315

RGB

 RED value IS 212 (83.2% from 255) = 89.83%

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

 BLUE value IS 21 (8.59% from 255) = 8.9%

R = 89.83%
G = 1.27%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D40315 (or 0xD40315) is known color: Venetian Red. HEX triplet: D4, 03 and 15. RGB value is (212,3,21). Sum of RGB (Red+Green+Blue) = 212+3+21=236 (31% of max value = 765). Red value is 212 (83.20% from 255 or 89.83% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 212 - color contains mainly: red. Hex color #D40315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40315 is #2BFCEA. Grayscale: #434343. Windows color (decimal): -2882795 or 1377236. OLE color: 1377236.

HSL color Cylindrical-coordinate representation of color #D40315: hue angle of 354.83º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D40315 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 3 21 -
CMYK 0 0.99 0.90 0.17
HSL 354.83º 0.97% 0.42% -
HSV(B) 354.83º 0.99% 0.83% -
XYZ 27.32 14.12 1.99 -
YUV 67.54 101.74 231.04 -
System Red Green Blue C M Y K H S L
Decimal 212 3 21 0 0.99 0.90 0.17 354.83 0.97 0.42
Hex D4 3 15 0 63 5A 11 163 61 2A
Octal 324 3 25 0 143 132 21 543 141 52
Binary 11010100 11 10101 0 1100011 1011010 10001 101100011 1100001 101010

Color Harmonies of #D40315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40315

Black with #D40315

Text Example


Text Example

White with #D40315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40315; }

 p { color: rgb(212,3,21); }

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

background-color css

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

 a { background-color: rgb(212,3,21); }

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

border-color css

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

 span { border-color: rgb(212,3,21); }

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