Html Css Color HEX #D4041A Venetian Red

📋 copy color: '#D4041A'

red 212 ◦ green 4 ◦ blue 26

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

Shades of Venetian Red #D4041A

Tints of Venetian Red #D4041A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.74%

R = 87.6%
G = 1.65%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D4041A (or 0xD4041A) is known color: Venetian Red. HEX triplet: D4, 04 and 1A. RGB value is (212,4,26). Sum of RGB (Red+Green+Blue) = 212+4+26=242 (32% of max value = 765). Red value is 212 (83.20% from 255 or 87.60% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 212 - color contains mainly: red. Hex color #D4041A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4041A is #2BFBE5. Grayscale: #444444. Windows color (decimal): -2882534 or 1705172. OLE color: 1705172.

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

Color convert

RGB 212 4 26 -
CMYK 0 0.98 0.88 0.17
HSL 353.65º 0.96% 0.42% -
HSV(B) 353.65º 0.98% 0.83% -
XYZ 27.38 14.16 2.27 -
YUV 68.7 103.91 230.21 -
System Red Green Blue C M Y K H S L
Decimal 212 4 26 0 0.98 0.88 0.17 353.65 0.96 0.42
Hex D4 4 1A 0 62 58 11 162 60 2A
Octal 324 4 32 0 142 130 21 542 140 52
Binary 11010100 100 11010 0 1100010 1011000 10001 101100010 1100000 101010

Color Harmonies of #D4041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4041A

Black with #D4041A

Text Example


Text Example

White with #D4041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4041A; }

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

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

background-color css

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

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

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

border-color css

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

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

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