Html Css Color HEX #D40B49 Crimson

📋 copy color: '#D40B49'

red 212 ◦ green 11 ◦ blue 73

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

Shades of Crimson #D40B49

Tints of Crimson #D40B49

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.72%

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

R = 71.62%
G = 3.72%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D40B49 (or 0xD40B49) is known color: Crimson. HEX triplet: D4, 0B and 49. RGB value is (212,11,73). Sum of RGB (Red+Green+Blue) = 212+11+73=296 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.62% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40B49 is #2BF4B6. Grayscale: #4E4E4E. Windows color (decimal): -2880695 or 4787156. OLE color: 4787156.

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

Color convert

RGB 212 11 73 -
CMYK 0 0.95 0.66 0.17
HSL 341.49º 0.9% 0.44% -
HSV(B) 341.49º 0.95% 0.83% -
XYZ 28.47 14.72 7.64 -
YUV 78.17 125.09 223.46 -
System Red Green Blue C M Y K H S L
Decimal 212 11 73 0 0.95 0.66 0.17 341.49 0.9 0.44
Hex D4 B 49 0 5F 42 11 155 5A 2C
Octal 324 13 111 0 137 102 21 525 132 54
Binary 11010100 1011 1001001 0 1011111 1000010 10001 101010101 1011010 101100

Color Harmonies of #D40B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40B49

Black with #D40B49

Text Example


Text Example

White with #D40B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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