Html Css Color HEX #DD1D3F Crimson

📋 copy color: '#DD1D3F'

red 221 ◦ green 29 ◦ blue 63

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

Shades of Crimson #DD1D3F

Tints of Crimson #DD1D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.13%

R = 70.61%
G = 9.27%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD1D3F (or 0xDD1D3F) is known color: Crimson. HEX triplet: DD, 1D and 3F. RGB value is (221,29,63). Sum of RGB (Red+Green+Blue) = 221+29+63=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1D3F is #22E2C0. Grayscale: #5A5A5A. Windows color (decimal): -2286273 or 4136413. OLE color: 4136413.

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

Color convert

RGB 221 29 63 -
CMYK 0 0.87 0.71 0.13
HSL 349.38º 0.77% 0.49% -
HSV(B) 349.38º 0.87% 0.87% -
XYZ 31.16 16.61 6.27 -
YUV 90.28 112.61 221.24 -
System Red Green Blue C M Y K H S L
Decimal 221 29 63 0 0.87 0.71 0.13 349.38 0.77 0.49
Hex DD 1D 3F 0 57 47 D 15D 4D 31
Octal 335 35 77 0 127 107 15 535 115 61
Binary 11011101 11101 111111 0 1010111 1000111 1101 101011101 1001101 110001

Color Harmonies of #DD1D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1D3F

Black with #DD1D3F

Text Example


Text Example

White with #DD1D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1D3F; }

 p { color: rgb(221,29,63); }

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

background-color css

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

 a { background-color: rgb(221,29,63); }

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

border-color css

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

 span { border-color: rgb(221,29,63); }

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