Html Css Color HEX #D40124 Venetian Red

📋 copy color: '#D40124'

red 212 ◦ green 1 ◦ blue 36

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

Shades of Venetian Red #D40124

Tints of Venetian Red #D40124

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 36 (14.45% from 255) = 14.46%

R = 85.14%
G = 0.4%
B = 14.46%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D40124 (or 0xD40124) is known color: Venetian Red. HEX triplet: D4, 01 and 24. RGB value is (212,1,36). Sum of RGB (Red+Green+Blue) = 212+1+36=249 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.14% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 212 - color contains mainly: red. Hex color #D40124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40124 is #2BFEDB. Grayscale: #444444. Windows color (decimal): -2883292 or 2359764. OLE color: 2359764.

HSL color Cylindrical-coordinate representation of color #D40124: hue angle of 350.05º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40124 is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 1 36 -
CMYK 0 1.00 0.83 0.17
HSL 350.05º 0.99% 0.42% -
HSV(B) 350.05º 1% 0.83% -
XYZ 27.48 14.15 2.95 -
YUV 68.08 109.9 230.65 -
System Red Green Blue C M Y K H S L
Decimal 212 1 36 0 1.00 0.83 0.17 350.05 0.99 0.42
Hex D4 1 24 0 64 53 11 15E 63 2A
Octal 324 1 44 0 144 123 21 536 143 52
Binary 11010100 1 100100 0 1100100 1010011 10001 101011110 1100011 101010

Color Harmonies of #D40124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40124

Black with #D40124

Text Example


Text Example

White with #D40124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40124; }

 p { color: rgb(212,1,36); }

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

background-color css

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

 a { background-color: rgb(212,1,36); }

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

border-color css

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

 span { border-color: rgb(212,1,36); }

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