Html Css Color HEX #DD0231 Crimson

📋 copy color: '#DD0231'

red 221 ◦ green 2 ◦ blue 49

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

Shades of Crimson #DD0231

Tints of Crimson #DD0231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 81.25%
G = 0.74%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD0231 (or 0xDD0231) is known color: Crimson. HEX triplet: DD, 02 and 31. RGB value is (221,2,49). Sum of RGB (Red+Green+Blue) = 221+2+49=272 (36% of max value = 765). Red value is 221 (86.72% from 255 or 81.25% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0231 is #22FDCE. Grayscale: #484848. Windows color (decimal): -2293199 or 3211997. OLE color: 3211997.

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

Color convert

RGB 221 2 49 -
CMYK 0 0.99 0.78 0.13
HSL 347.12º 0.98% 0.44% -
HSV(B) 347.12º 0.99% 0.87% -
XYZ 30.39 15.64 4.32 -
YUV 72.84 114.55 233.68 -
System Red Green Blue C M Y K H S L
Decimal 221 2 49 0 0.99 0.78 0.13 347.12 0.98 0.44
Hex DD 2 31 0 63 4E D 15B 62 2C
Octal 335 2 61 0 143 116 15 533 142 54
Binary 11011101 10 110001 0 1100011 1001110 1101 101011011 1100010 101100

Color Harmonies of #DD0231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0231

Black with #DD0231

Text Example


Text Example

White with #DD0231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0231; }

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

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

background-color css

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

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

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

border-color css

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

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

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