Html Css Color HEX #DD1C3B Crimson

📋 copy color: '#DD1C3B'

red 221 ◦ green 28 ◦ blue 59

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

Shades of Crimson #DD1C3B

Tints of Crimson #DD1C3B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.09%

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

R = 71.75%
G = 9.09%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD1C3B (or 0xDD1C3B) is known color: Crimson. HEX triplet: DD, 1C and 3B. RGB value is (221,28,59). Sum of RGB (Red+Green+Blue) = 221+28+59=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1C3B is #22E3C4. Grayscale: #595959. Windows color (decimal): -2286533 or 3874013. OLE color: 3874013.

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

Color convert

RGB 221 28 59 -
CMYK 0 0.87 0.73 0.13
HSL 350.36º 0.78% 0.49% -
HSV(B) 350.36º 0.87% 0.87% -
XYZ 31.02 16.52 5.69 -
YUV 89.24 110.94 221.98 -
System Red Green Blue C M Y K H S L
Decimal 221 28 59 0 0.87 0.73 0.13 350.36 0.78 0.49
Hex DD 1C 3B 0 57 49 D 15E 4E 31
Octal 335 34 73 0 127 111 15 536 116 61
Binary 11011101 11100 111011 0 1010111 1001001 1101 101011110 1001110 110001

Color Harmonies of #DD1C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1C3B

Black with #DD1C3B

Text Example


Text Example

White with #DD1C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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