Html Css Color HEX #D40544 Crimson

📋 copy color: '#D40544'

red 212 ◦ green 5 ◦ blue 68

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

Shades of Crimson #D40544

Tints of Crimson #D40544

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

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

R = 74.39%
G = 1.75%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D40544 (or 0xD40544) is known color: Crimson. HEX triplet: D4, 05 and 44. RGB value is (212,5,68). Sum of RGB (Red+Green+Blue) = 212+5+68=285 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.39% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 212 - color contains mainly: red. Hex color #D40544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40544 is #2BFABB. Grayscale: #4A4A4A. Windows color (decimal): -2882236 or 4457940. OLE color: 4457940.

HSL color Cylindrical-coordinate representation of color #D40544: hue angle of 341.74º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D40544 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 5 68 -
CMYK 0 0.98 0.68 0.17
HSL 341.74º 0.95% 0.43% -
HSV(B) 341.74º 0.98% 0.83% -
XYZ 28.25 14.52 6.78 -
YUV 74.08 124.58 226.38 -
System Red Green Blue C M Y K H S L
Decimal 212 5 68 0 0.98 0.68 0.17 341.74 0.95 0.43
Hex D4 5 44 0 62 44 11 156 5F 2B
Octal 324 5 104 0 142 104 21 526 137 53
Binary 11010100 101 1000100 0 1100010 1000100 10001 101010110 1011111 101011

Color Harmonies of #D40544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40544

Black with #D40544

Text Example


Text Example

White with #D40544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40544; }

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

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

background-color css

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

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

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

border-color css

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

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

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