Html Css Color HEX #D40405 Venetian Red

📋 copy color: '#D40405'

red 212 ◦ green 4 ◦ blue 5

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

Shades of Venetian Red #D40405

Tints of Venetian Red #D40405

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.81%

 BLUE value IS 5 (2.34% from 255) = 2.26%

R = 95.93%
G = 1.81%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D40405 (or 0xD40405) is known color: Venetian Red. HEX triplet: D4, 04 and 05. RGB value is (212,4,5). Sum of RGB (Red+Green+Blue) = 212+4+5=221 (29% of max value = 765). Red value is 212 (83.20% from 255 or 95.93% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 212 - color contains mainly: red. Hex color #D40405 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40405 is #2BFBFA. Grayscale: #424242. Windows color (decimal): -2882555 or 328916. OLE color: 328916.

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

Color convert

RGB 212 4 5 -
CMYK 0 0.98 0.98 0.17
HSL 359.71º 0.96% 0.42% -
HSV(B) 359.71º 0.98% 0.83% -
XYZ 27.22 14.09 1.43 -
YUV 66.31 93.41 231.92 -
System Red Green Blue C M Y K H S L
Decimal 212 4 5 0 0.98 0.98 0.17 359.71 0.96 0.42
Hex D4 4 5 0 62 62 11 168 60 2A
Octal 324 4 5 0 142 142 21 550 140 52
Binary 11010100 100 101 0 1100010 1100010 10001 101101000 1100000 101010

Color Harmonies of #D40405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40405

Black with #D40405

Text Example


Text Example

White with #D40405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40405; }

 p { color: rgb(212,4,5); }

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

background-color css

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

 a { background-color: rgb(212,4,5); }

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

border-color css

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

 span { border-color: rgb(212,4,5); }

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