Html Css Color HEX #D41544 Crimson

📋 copy color: '#D41544'

red 212 ◦ green 21 ◦ blue 68

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

Shades of Crimson #D41544

Tints of Crimson #D41544

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.98%

 BLUE value IS 68 (26.95% from 255) = 22.59%

R = 70.43%
G = 6.98%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D41544 (or 0xD41544) is known color: Crimson. HEX triplet: D4, 15 and 44. RGB value is (212,21,68). Sum of RGB (Red+Green+Blue) = 212+21+68=301 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.43% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 212 - color contains mainly: red. Hex color #D41544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41544 is #2BEABB. Grayscale: #535353. Windows color (decimal): -2878140 or 4462036. OLE color: 4462036.

HSL color Cylindrical-coordinate representation of color #D41544: hue angle of 345.24º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41544 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 21 68 -
CMYK 0 0.90 0.68 0.17
HSL 345.24º 0.82% 0.46% -
HSV(B) 345.24º 0.9% 0.83% -
XYZ 28.46 14.95 6.85 -
YUV 83.47 119.28 219.68 -
System Red Green Blue C M Y K H S L
Decimal 212 21 68 0 0.90 0.68 0.17 345.24 0.82 0.46
Hex D4 15 44 0 5A 44 11 159 52 2E
Octal 324 25 104 0 132 104 21 531 122 56
Binary 11010100 10101 1000100 0 1011010 1000100 10001 101011001 1010010 101110

Color Harmonies of #D41544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41544

Black with #D41544

Text Example


Text Example

White with #D41544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41544; }

 p { color: rgb(212,21,68); }

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

background-color css

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

 a { background-color: rgb(212,21,68); }

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

border-color css

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

 span { border-color: rgb(212,21,68); }

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