Html Css Color HEX #D40304 Venetian Red

📋 copy color: '#D40304'

red 212 ◦ green 3 ◦ blue 4

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

Shades of Venetian Red #D40304

Tints of Venetian Red #D40304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.83%

R = 96.8%
G = 1.37%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D40304 (or 0xD40304) is known color: Venetian Red. HEX triplet: D4, 03 and 04. RGB value is (212,3,4). Sum of RGB (Red+Green+Blue) = 212+3+4=219 (29% of max value = 765). Red value is 212 (83.20% from 255 or 96.80% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 212 - color contains mainly: red. Hex color #D40304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40304 is #2BFCFB. Grayscale: #414141. Windows color (decimal): -2882812 or 263124. OLE color: 263124.

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

Color convert

RGB 212 3 4 -
CMYK 0 0.99 0.98 0.17
HSL 359.71º 0.97% 0.42% -
HSV(B) 359.71º 0.99% 0.83% -
XYZ 27.21 14.07 1.4 -
YUV 65.61 93.24 232.42 -
System Red Green Blue C M Y K H S L
Decimal 212 3 4 0 0.99 0.98 0.17 359.71 0.97 0.42
Hex D4 3 4 0 63 62 11 168 61 2A
Octal 324 3 4 0 143 142 21 550 141 52
Binary 11010100 11 100 0 1100011 1100010 10001 101101000 1100001 101010

Color Harmonies of #D40304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40304

Black with #D40304

Text Example


Text Example

White with #D40304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40304; }

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

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

background-color css

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

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

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

border-color css

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

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

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