Html Css Color HEX #D11E4D Crimson

📋 copy color: '#D11E4D'

red 209 ◦ green 30 ◦ blue 77

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

Shades of Crimson #D11E4D

Tints of Crimson #D11E4D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.49%

 BLUE value IS 77 (30.47% from 255) = 24.37%

R = 66.14%
G = 9.49%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D11E4D (or 0xD11E4D) is known color: Crimson. HEX triplet: D1, 1E and 4D. RGB value is (209,30,77). Sum of RGB (Red+Green+Blue) = 209+30+77=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D11E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11E4D is #2EE1B2. Grayscale: #585858. Windows color (decimal): -3072435 or 5054161. OLE color: 5054161.

HSL color Cylindrical-coordinate representation of color #D11E4D: hue angle of 344.25º degrees, saturation: 0.75, 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 #D11E4D is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 30 77 -
CMYK 0 0.86 0.63 0.18
HSL 344.25º 0.75% 0.47% -
HSV(B) 344.25º 0.86% 0.82% -
XYZ 28.1 15.02 8.44 -
YUV 88.88 121.3 213.68 -
System Red Green Blue C M Y K H S L
Decimal 209 30 77 0 0.86 0.63 0.18 344.25 0.75 0.47
Hex D1 1E 4D 0 56 3F 12 158 4B 2F
Octal 321 36 115 0 126 77 22 530 113 57
Binary 11010001 11110 1001101 0 1010110 111111 10010 101011000 1001011 101111

Color Harmonies of #D11E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11E4D

Black with #D11E4D

Text Example


Text Example

White with #D11E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11E4D; }

 p { color: rgb(209,30,77); }

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

background-color css

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

 a { background-color: rgb(209,30,77); }

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

border-color css

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

 span { border-color: rgb(209,30,77); }

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