Html Css Color HEX #D40324 Venetian Red

📋 copy color: '#D40324'

red 212 ◦ green 3 ◦ blue 36

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

Shades of Venetian Red #D40324

Tints of Venetian Red #D40324

RGB

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

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

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

R = 84.46%
G = 1.2%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D40324 (or 0xD40324) is known color: Venetian Red. HEX triplet: D4, 03 and 24. RGB value is (212,3,36). Sum of RGB (Red+Green+Blue) = 212+3+36=251 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.46% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 212 - color contains mainly: red. Hex color #D40324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40324 is #2BFCDB. Grayscale: #454545. Windows color (decimal): -2882780 or 2360276. OLE color: 2360276.

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

Color convert

RGB 212 3 36 -
CMYK 0 0.99 0.83 0.17
HSL 350.53º 0.97% 0.42% -
HSV(B) 350.53º 0.99% 0.83% -
XYZ 27.5 14.19 2.96 -
YUV 69.25 109.24 229.82 -
System Red Green Blue C M Y K H S L
Decimal 212 3 36 0 0.99 0.83 0.17 350.53 0.97 0.42
Hex D4 3 24 0 63 53 11 15F 61 2A
Octal 324 3 44 0 143 123 21 537 141 52
Binary 11010100 11 100100 0 1100011 1010011 10001 101011111 1100001 101010

Color Harmonies of #D40324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40324

Black with #D40324

Text Example


Text Example

White with #D40324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40324; }

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

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

background-color css

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

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

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

border-color css

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

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

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