Html Css Color HEX #DD1838 Crimson

📋 copy color: '#DD1838'

red 221 ◦ green 24 ◦ blue 56

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

Shades of Crimson #DD1838

Tints of Crimson #DD1838

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.97%

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

R = 73.42%
G = 7.97%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD1838 (or 0xDD1838) is known color: Crimson. HEX triplet: DD, 18 and 38. RGB value is (221,24,56). Sum of RGB (Red+Green+Blue) = 221+24+56=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1838 is #22E7C7. Grayscale: #565656. Windows color (decimal): -2287560 or 3676381. OLE color: 3676381.

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

Color convert

RGB 221 24 56 -
CMYK 0 0.89 0.75 0.13
HSL 350.25º 0.8% 0.48% -
HSV(B) 350.25º 0.89% 0.87% -
XYZ 30.86 16.31 5.26 -
YUV 86.55 110.77 223.9 -
System Red Green Blue C M Y K H S L
Decimal 221 24 56 0 0.89 0.75 0.13 350.25 0.8 0.48
Hex DD 18 38 0 59 4B D 15E 50 30
Octal 335 30 70 0 131 113 15 536 120 60
Binary 11011101 11000 111000 0 1011001 1001011 1101 101011110 1010000 110000

Color Harmonies of #DD1838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1838

Black with #DD1838

Text Example


Text Example

White with #DD1838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1838; }

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

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

background-color css

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

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

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

border-color css

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

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

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