Html Css Color HEX #D40311 Venetian Red

📋 copy color: '#D40311'

red 212 ◦ green 3 ◦ blue 17

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

Shades of Venetian Red #D40311

Tints of Venetian Red #D40311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.33%

R = 91.38%
G = 1.29%
B = 7.33%

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

#D40311 (or 0xD40311) is known color: Venetian Red. HEX triplet: D4, 03 and 11. RGB value is (212,3,17). Sum of RGB (Red+Green+Blue) = 212+3+17=232 (30% of max value = 765). Red value is 212 (83.20% from 255 or 91.38% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 212 - color contains mainly: red. Hex color #D40311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40311 is #2BFCEE. Grayscale: #434343. Windows color (decimal): -2882799 or 1115092. OLE color: 1115092.

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

Color convert

RGB 212 3 17 -
CMYK 0 0.99 0.92 0.17
HSL 355.98º 0.97% 0.42% -
HSV(B) 355.98º 0.99% 0.83% -
XYZ 27.29 14.1 1.81 -
YUV 67.09 99.74 231.36 -
System Red Green Blue C M Y K H S L
Decimal 212 3 17 0 0.99 0.92 0.17 355.98 0.97 0.42
Hex D4 3 11 0 63 5C 11 164 61 2A
Octal 324 3 21 0 143 134 21 544 141 52
Binary 11010100 11 10001 0 1100011 1011100 10001 101100100 1100001 101010

Color Harmonies of #D40311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40311

Black with #D40311

Text Example


Text Example

White with #D40311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40311; }

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

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

background-color css

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

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

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

border-color css

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

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

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