Html Css Color HEX #DD0D31 Crimson

📋 copy color: '#DD0D31'

red 221 ◦ green 13 ◦ blue 49

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

Shades of Crimson #DD0D31

Tints of Crimson #DD0D31

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.59%

 BLUE value IS 49 (19.53% from 255) = 17.31%

R = 78.09%
G = 4.59%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD0D31 (or 0xDD0D31) is known color: Crimson. HEX triplet: DD, 0D and 31. RGB value is (221,13,49). Sum of RGB (Red+Green+Blue) = 221+13+49=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0D31 is #22F2CE. Grayscale: #4F4F4F. Windows color (decimal): -2290383 or 3214813. OLE color: 3214813.

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

Color convert

RGB 221 13 49 -
CMYK 0 0.94 0.78 0.13
HSL 349.62º 0.89% 0.46% -
HSV(B) 349.62º 0.94% 0.87% -
XYZ 30.52 15.88 4.36 -
YUV 79.3 110.91 229.07 -
System Red Green Blue C M Y K H S L
Decimal 221 13 49 0 0.94 0.78 0.13 349.62 0.89 0.46
Hex DD D 31 0 5E 4E D 15E 59 2E
Octal 335 15 61 0 136 116 15 536 131 56
Binary 11011101 1101 110001 0 1011110 1001110 1101 101011110 1011001 101110

Color Harmonies of #DD0D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0D31

Black with #DD0D31

Text Example


Text Example

White with #DD0D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0D31; }

 p { color: rgb(221,13,49); }

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

background-color css

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

 a { background-color: rgb(221,13,49); }

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

border-color css

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

 span { border-color: rgb(221,13,49); }

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