Html Css Color HEX #DD1B40 Crimson

📋 copy color: '#DD1B40'

red 221 ◦ green 27 ◦ blue 64

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

Shades of Crimson #DD1B40

Tints of Crimson #DD1B40

RGB

 RED value IS 221 (86.72% from 255) = 70.83%

 GREEN value IS 27 (10.94% from 255) = 8.65%

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 70.83%
G = 8.65%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD1B40 (or 0xDD1B40) is known color: Crimson. HEX triplet: DD, 1B and 40. RGB value is (221,27,64). Sum of RGB (Red+Green+Blue) = 221+27+64=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1B40 is #22E4BF. Grayscale: #595959. Windows color (decimal): -2286784 or 4201437. OLE color: 4201437.

HSL color Cylindrical-coordinate representation of color #DD1B40: hue angle of 348.56º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1B40 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 27 64 -
CMYK 0 0.88 0.71 0.13
HSL 348.56º 0.78% 0.49% -
HSV(B) 348.56º 0.88% 0.87% -
XYZ 31.14 16.53 6.4 -
YUV 89.22 113.77 221.99 -
System Red Green Blue C M Y K H S L
Decimal 221 27 64 0 0.88 0.71 0.13 348.56 0.78 0.49
Hex DD 1B 40 0 58 47 D 15D 4E 31
Octal 335 33 100 0 130 107 15 535 116 61
Binary 11011101 11011 1000000 0 1011000 1000111 1101 101011101 1001110 110001

Color Harmonies of #DD1B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1B40

Black with #DD1B40

Text Example


Text Example

White with #DD1B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1B40; }

 p { color: rgb(221,27,64); }

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

background-color css

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

 a { background-color: rgb(221,27,64); }

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

border-color css

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

 span { border-color: rgb(221,27,64); }

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