Html Css Color HEX #D40C49 Crimson

📋 copy color: '#D40C49'

red 212 ◦ green 12 ◦ blue 73

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

Shades of Crimson #D40C49

Tints of Crimson #D40C49

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.04%

 BLUE value IS 73 (28.91% from 255) = 24.58%

R = 71.38%
G = 4.04%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D40C49 (or 0xD40C49) is known color: Crimson. HEX triplet: D4, 0C and 49. RGB value is (212,12,73). Sum of RGB (Red+Green+Blue) = 212+12+73=297 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.38% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40C49 is #2BF3B6. Grayscale: #4E4E4E. Windows color (decimal): -2880439 or 4787412. OLE color: 4787412.

HSL color Cylindrical-coordinate representation of color #D40C49: hue angle of 341.7º degrees, saturation: 0.89, 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 #D40C49 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 12 73 -
CMYK 0 0.94 0.66 0.17
HSL 341.7º 0.89% 0.44% -
HSV(B) 341.7º 0.94% 0.83% -
XYZ 28.49 14.74 7.65 -
YUV 78.75 124.76 223.04 -
System Red Green Blue C M Y K H S L
Decimal 212 12 73 0 0.94 0.66 0.17 341.7 0.89 0.44
Hex D4 C 49 0 5E 42 11 156 59 2C
Octal 324 14 111 0 136 102 21 526 131 54
Binary 11010100 1100 1001001 0 1011110 1000010 10001 101010110 1011001 101100

Color Harmonies of #D40C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40C49

Black with #D40C49

Text Example


Text Example

White with #D40C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40C49; }

 p { color: rgb(212,12,73); }

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

background-color css

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

 a { background-color: rgb(212,12,73); }

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

border-color css

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

 span { border-color: rgb(212,12,73); }

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