Html Css Color HEX #DD1B33 Crimson

📋 copy color: '#DD1B33'

red 221 ◦ green 27 ◦ blue 51

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

Shades of Crimson #DD1B33

Tints of Crimson #DD1B33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.06%

R = 73.91%
G = 9.03%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD1B33 (or 0xDD1B33) is known color: Crimson. HEX triplet: DD, 1B and 33. RGB value is (221,27,51). Sum of RGB (Red+Green+Blue) = 221+27+51=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1B33 is #22E4CC. Grayscale: #575757. Windows color (decimal): -2286797 or 3349469. OLE color: 3349469.

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

Color convert

RGB 221 27 51 -
CMYK 0 0.88 0.77 0.13
HSL 352.58º 0.78% 0.49% -
HSV(B) 352.58º 0.88% 0.87% -
XYZ 30.81 16.4 4.67 -
YUV 87.74 107.27 223.05 -
System Red Green Blue C M Y K H S L
Decimal 221 27 51 0 0.88 0.77 0.13 352.58 0.78 0.49
Hex DD 1B 33 0 58 4D D 161 4E 31
Octal 335 33 63 0 130 115 15 541 116 61
Binary 11011101 11011 110011 0 1011000 1001101 1101 101100001 1001110 110001

Color Harmonies of #DD1B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1B33

Black with #DD1B33

Text Example


Text Example

White with #DD1B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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