Html Css Color HEX #D40D4A Crimson

📋 copy color: '#D40D4A'

red 212 ◦ green 13 ◦ blue 74

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

Shades of Crimson #D40D4A

Tints of Crimson #D40D4A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.35%

 BLUE value IS 74 (29.3% from 255) = 24.75%

R = 70.9%
G = 4.35%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D40D4A (or 0xD40D4A) is known color: Crimson. HEX triplet: D4, 0D and 4A. RGB value is (212,13,74). Sum of RGB (Red+Green+Blue) = 212+13+74=299 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.90% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 212 - color contains mainly: red. Hex color #D40D4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40D4A is #2BF2B5. Grayscale: #4F4F4F. Windows color (decimal): -2880182 or 4853204. OLE color: 4853204.

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

Color convert

RGB 212 13 74 -
CMYK 0 0.94 0.65 0.17
HSL 341.61º 0.88% 0.44% -
HSV(B) 341.61º 0.94% 0.83% -
XYZ 28.53 14.78 7.83 -
YUV 79.46 124.93 222.54 -
System Red Green Blue C M Y K H S L
Decimal 212 13 74 0 0.94 0.65 0.17 341.61 0.88 0.44
Hex D4 D 4A 0 5E 41 11 156 58 2C
Octal 324 15 112 0 136 101 21 526 130 54
Binary 11010100 1101 1001010 0 1011110 1000001 10001 101010110 1011000 101100

Color Harmonies of #D40D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40D4A

Black with #D40D4A

Text Example


Text Example

White with #D40D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40D4A; }

 p { color: rgb(212,13,74); }

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

background-color css

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

 a { background-color: rgb(212,13,74); }

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

border-color css

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

 span { border-color: rgb(212,13,74); }

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