Html Css Color HEX #DD1B34 Crimson

📋 copy color: '#DD1B34'

red 221 ◦ green 27 ◦ blue 52

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

Shades of Crimson #DD1B34

Tints of Crimson #DD1B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.33%

R = 73.67%
G = 9%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD1B34 (or 0xDD1B34) is known color: Crimson. HEX triplet: DD, 1B and 34. RGB value is (221,27,52). Sum of RGB (Red+Green+Blue) = 221+27+52=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1B34 is #22E4CB. Grayscale: #575757. Windows color (decimal): -2286796 or 3415005. OLE color: 3415005.

HSL color Cylindrical-coordinate representation of color #DD1B34: hue angle of 352.27º 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 #DD1B34 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 27 52 -
CMYK 0 0.88 0.76 0.13
HSL 352.27º 0.78% 0.49% -
HSV(B) 352.27º 0.88% 0.87% -
XYZ 30.83 16.4 4.79 -
YUV 87.86 107.77 222.97 -
System Red Green Blue C M Y K H S L
Decimal 221 27 52 0 0.88 0.76 0.13 352.27 0.78 0.49
Hex DD 1B 34 0 58 4C D 160 4E 31
Octal 335 33 64 0 130 114 15 540 116 61
Binary 11011101 11011 110100 0 1011000 1001100 1101 101100000 1001110 110001

Color Harmonies of #DD1B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1B34

Black with #DD1B34

Text Example


Text Example

White with #DD1B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1B34; }

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

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

background-color css

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

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

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

border-color css

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

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

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