Html Css Color HEX #DD0131 Crimson

📋 copy color: '#DD0131'

red 221 ◦ green 1 ◦ blue 49

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

Shades of Crimson #DD0131

Tints of Crimson #DD0131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 81.55%
G = 0.37%
B = 18.08%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD0131 (or 0xDD0131) is known color: Crimson. HEX triplet: DD, 01 and 31. RGB value is (221,1,49). Sum of RGB (Red+Green+Blue) = 221+1+49=271 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.55% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0131 is #22FECE. Grayscale: #484848. Windows color (decimal): -2293455 or 3211741. OLE color: 3211741.

HSL color Cylindrical-coordinate representation of color #DD0131: hue angle of 346.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0131 is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 1 49 -
CMYK 0 1.00 0.78 0.13
HSL 346.91º 0.99% 0.44% -
HSV(B) 346.91º 1% 0.87% -
XYZ 30.38 15.62 4.32 -
YUV 72.25 114.89 234.1 -
System Red Green Blue C M Y K H S L
Decimal 221 1 49 0 1.00 0.78 0.13 346.91 0.99 0.44
Hex DD 1 31 0 64 4E D 15B 63 2C
Octal 335 1 61 0 144 116 15 533 143 54
Binary 11011101 1 110001 0 1100100 1001110 1101 101011011 1100011 101100

Color Harmonies of #DD0131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0131

Black with #DD0131

Text Example


Text Example

White with #DD0131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0131; }

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

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

background-color css

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

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

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

border-color css

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

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

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