Html Css Color HEX #D4061D Venetian Red

📋 copy color: '#D4061D'

red 212 ◦ green 6 ◦ blue 29

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

Shades of Venetian Red #D4061D

Tints of Venetian Red #D4061D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.43%

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

R = 85.83%
G = 2.43%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4061D (or 0xD4061D) is known color: Venetian Red. HEX triplet: D4, 06 and 1D. RGB value is (212,6,29). Sum of RGB (Red+Green+Blue) = 212+6+29=247 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.83% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 212 - color contains mainly: red. Hex color #D4061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4061D is #2BF9E2. Grayscale: #464646. Windows color (decimal): -2882019 or 1902292. OLE color: 1902292.

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

Color convert

RGB 212 6 29 -
CMYK 0 0.97 0.86 0.17
HSL 353.3º 0.94% 0.43% -
HSV(B) 353.3º 0.97% 0.83% -
XYZ 27.44 14.22 2.46 -
YUV 70.22 104.75 229.13 -
System Red Green Blue C M Y K H S L
Decimal 212 6 29 0 0.97 0.86 0.17 353.3 0.94 0.43
Hex D4 6 1D 0 61 56 11 161 5E 2B
Octal 324 6 35 0 141 126 21 541 136 53
Binary 11010100 110 11101 0 1100001 1010110 10001 101100001 1011110 101011

Color Harmonies of #D4061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4061D

Black with #D4061D

Text Example


Text Example

White with #D4061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4061D; }

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

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

background-color css

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

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

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

border-color css

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

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

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