Html Css Color HEX #D40310 Venetian Red

📋 copy color: '#D40310'

red 212 ◦ green 3 ◦ blue 16

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

Shades of Venetian Red #D40310

Tints of Venetian Red #D40310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.93%

R = 91.77%
G = 1.3%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D40310 (or 0xD40310) is known color: Venetian Red. HEX triplet: D4, 03 and 10. RGB value is (212,3,16). Sum of RGB (Red+Green+Blue) = 212+3+16=231 (30% of max value = 765). Red value is 212 (83.20% from 255 or 91.77% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 212 - color contains mainly: red. Hex color #D40310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40310 is #2BFCEF. Grayscale: #434343. Windows color (decimal): -2882800 or 1049556. OLE color: 1049556.

HSL color Cylindrical-coordinate representation of color #D40310: hue angle of 356.27º 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 #D40310 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 3 16 -
CMYK 0 0.99 0.92 0.17
HSL 356.27º 0.97% 0.42% -
HSV(B) 356.27º 0.99% 0.83% -
XYZ 27.28 14.1 1.77 -
YUV 66.97 99.24 231.44 -
System Red Green Blue C M Y K H S L
Decimal 212 3 16 0 0.99 0.92 0.17 356.27 0.97 0.42
Hex D4 3 10 0 63 5C 11 164 61 2A
Octal 324 3 20 0 143 134 21 544 141 52
Binary 11010100 11 10000 0 1100011 1011100 10001 101100100 1100001 101010

Color Harmonies of #D40310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40310

Black with #D40310

Text Example


Text Example

White with #D40310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40310; }

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

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

background-color css

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

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

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

border-color css

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

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

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