Html Css Color HEX #D4051D Venetian Red

📋 copy color: '#D4051D'

red 212 ◦ green 5 ◦ blue 29

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

Shades of Venetian Red #D4051D

Tints of Venetian Red #D4051D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.03%

 BLUE value IS 29 (11.72% from 255) = 11.79%

R = 86.18%
G = 2.03%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4051D (or 0xD4051D) is known color: Venetian Red. HEX triplet: D4, 05 and 1D. RGB value is (212,5,29). Sum of RGB (Red+Green+Blue) = 212+5+29=246 (32% of max value = 765). Red value is 212 (83.20% from 255 or 86.18% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 212 - color contains mainly: red. Hex color #D4051D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4051D is #2BFAE2. Grayscale: #454545. Windows color (decimal): -2882275 or 1902036. OLE color: 1902036.

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

Color convert

RGB 212 5 29 -
CMYK 0 0.98 0.86 0.17
HSL 353.04º 0.95% 0.43% -
HSV(B) 353.04º 0.98% 0.83% -
XYZ 27.43 14.19 2.46 -
YUV 69.63 105.08 229.55 -
System Red Green Blue C M Y K H S L
Decimal 212 5 29 0 0.98 0.86 0.17 353.04 0.95 0.43
Hex D4 5 1D 0 62 56 11 161 5F 2B
Octal 324 5 35 0 142 126 21 541 137 53
Binary 11010100 101 11101 0 1100010 1010110 10001 101100001 1011111 101011

Color Harmonies of #D4051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4051D

Black with #D4051D

Text Example


Text Example

White with #D4051D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4051D; }

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

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

background-color css

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

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

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

border-color css

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

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

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