Html Css Color HEX #D11D4B Crimson

📋 copy color: '#D11D4B'

red 209 ◦ green 29 ◦ blue 75

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

Shades of Crimson #D11D4B

Tints of Crimson #D11D4B

RGB

 RED value IS 209 (82.03% from 255) = 66.77%

 GREEN value IS 29 (11.72% from 255) = 9.27%

 BLUE value IS 75 (29.69% from 255) = 23.96%

R = 66.77%
G = 9.27%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D11D4B (or 0xD11D4B) is known color: Crimson. HEX triplet: D1, 1D and 4B. RGB value is (209,29,75). Sum of RGB (Red+Green+Blue) = 209+29+75=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11D4B is #2EE2B4. Grayscale: #585858. Windows color (decimal): -3072693 or 4922833. OLE color: 4922833.

HSL color Cylindrical-coordinate representation of color #D11D4B: hue angle of 344.67º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11D4B is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 29 75 -
CMYK 0 0.86 0.64 0.18
HSL 344.67º 0.76% 0.47% -
HSV(B) 344.67º 0.86% 0.82% -
XYZ 28 14.94 8.06 -
YUV 88.06 120.63 214.26 -
System Red Green Blue C M Y K H S L
Decimal 209 29 75 0 0.86 0.64 0.18 344.67 0.76 0.47
Hex D1 1D 4B 0 56 40 12 159 4C 2F
Octal 321 35 113 0 126 100 22 531 114 57
Binary 11010001 11101 1001011 0 1010110 1000000 10010 101011001 1001100 101111

Color Harmonies of #D11D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11D4B

Black with #D11D4B

Text Example


Text Example

White with #D11D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11D4B; }

 p { color: rgb(209,29,75); }

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

background-color css

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

 a { background-color: rgb(209,29,75); }

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

border-color css

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

 span { border-color: rgb(209,29,75); }

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