Html Css Color HEX #D40407 Venetian Red

📋 copy color: '#D40407'

red 212 ◦ green 4 ◦ blue 7

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

Shades of Venetian Red #D40407

Tints of Venetian Red #D40407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.14%

R = 95.07%
G = 1.79%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D40407 (or 0xD40407) is known color: Venetian Red. HEX triplet: D4, 04 and 07. RGB value is (212,4,7). Sum of RGB (Red+Green+Blue) = 212+4+7=223 (29% of max value = 765). Red value is 212 (83.20% from 255 or 95.07% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 7 (3.12% from 255 or 3.14% from 223); Max value from RGB is 212 - color contains mainly: red. Hex color #D40407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40407 is #2BFBF8. Grayscale: #424242. Windows color (decimal): -2882553 or 459988. OLE color: 459988.

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

Color convert

RGB 212 4 7 -
CMYK 0 0.98 0.97 0.17
HSL 359.13º 0.96% 0.42% -
HSV(B) 359.13º 0.98% 0.83% -
XYZ 27.23 14.1 1.49 -
YUV 66.53 94.41 231.76 -
System Red Green Blue C M Y K H S L
Decimal 212 4 7 0 0.98 0.97 0.17 359.13 0.96 0.42
Hex D4 4 7 0 62 61 11 167 60 2A
Octal 324 4 7 0 142 141 21 547 140 52
Binary 11010100 100 111 0 1100010 1100001 10001 101100111 1100000 101010

Color Harmonies of #D40407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40407

Black with #D40407

Text Example


Text Example

White with #D40407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40407; }

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

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

background-color css

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

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

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

border-color css

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

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

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