Html Css Color HEX #DD1438 Crimson

📋 copy color: '#DD1438'

red 221 ◦ green 20 ◦ blue 56

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

Shades of Crimson #DD1438

Tints of Crimson #DD1438

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.73%

 BLUE value IS 56 (22.27% from 255) = 18.86%

R = 74.41%
G = 6.73%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD1438 (or 0xDD1438) is known color: Crimson. HEX triplet: DD, 14 and 38. RGB value is (221,20,56). Sum of RGB (Red+Green+Blue) = 221+20+56=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1438 is #22EBC7. Grayscale: #545454. Windows color (decimal): -2288584 or 3675357. OLE color: 3675357.

HSL color Cylindrical-coordinate representation of color #DD1438: hue angle of 349.25º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD1438 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 20 56 -
CMYK 0 0.91 0.75 0.13
HSL 349.25º 0.83% 0.47% -
HSV(B) 349.25º 0.91% 0.87% -
XYZ 30.78 16.16 5.24 -
YUV 84.2 112.09 225.57 -
System Red Green Blue C M Y K H S L
Decimal 221 20 56 0 0.91 0.75 0.13 349.25 0.83 0.47
Hex DD 14 38 0 5B 4B D 15D 53 2F
Octal 335 24 70 0 133 113 15 535 123 57
Binary 11011101 10100 111000 0 1011011 1001011 1101 101011101 1010011 101111

Color Harmonies of #DD1438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1438

Black with #DD1438

Text Example


Text Example

White with #DD1438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1438; }

 p { color: rgb(221,20,56); }

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

background-color css

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

 a { background-color: rgb(221,20,56); }

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

border-color css

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

 span { border-color: rgb(221,20,56); }

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