Html Css Color HEX #DD1B3B Crimson

📋 copy color: '#DD1B3B'

red 221 ◦ green 27 ◦ blue 59

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

Shades of Crimson #DD1B3B

Tints of Crimson #DD1B3B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.79%

 BLUE value IS 59 (23.44% from 255) = 19.22%

R = 71.99%
G = 8.79%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD1B3B (or 0xDD1B3B) is known color: Crimson. HEX triplet: DD, 1B and 3B. RGB value is (221,27,59). Sum of RGB (Red+Green+Blue) = 221+27+59=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1B3B is #22E4C4. Grayscale: #585858. Windows color (decimal): -2286789 or 3873757. OLE color: 3873757.

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

Color convert

RGB 221 27 59 -
CMYK 0 0.88 0.73 0.13
HSL 350.1º 0.78% 0.49% -
HSV(B) 350.1º 0.88% 0.87% -
XYZ 31 16.47 5.68 -
YUV 88.65 111.27 222.4 -
System Red Green Blue C M Y K H S L
Decimal 221 27 59 0 0.88 0.73 0.13 350.1 0.78 0.49
Hex DD 1B 3B 0 58 49 D 15E 4E 31
Octal 335 33 73 0 130 111 15 536 116 61
Binary 11011101 11011 111011 0 1011000 1001001 1101 101011110 1001110 110001

Color Harmonies of #DD1B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1B3B

Black with #DD1B3B

Text Example


Text Example

White with #DD1B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1B3B; }

 p { color: rgb(221,27,59); }

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

background-color css

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

 a { background-color: rgb(221,27,59); }

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

border-color css

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

 span { border-color: rgb(221,27,59); }

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