Html Css Color HEX #DD1B46 Crimson

📋 copy color: '#DD1B46'

red 221 ◦ green 27 ◦ blue 70

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

Shades of Crimson #DD1B46

Tints of Crimson #DD1B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.01%

R = 69.5%
G = 8.49%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD1B46 (or 0xDD1B46) is known color: Crimson. HEX triplet: DD, 1B and 46. RGB value is (221,27,70). Sum of RGB (Red+Green+Blue) = 221+27+70=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1B46 is #22E4B9. Grayscale: #595959. Windows color (decimal): -2286778 or 4594653. OLE color: 4594653.

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

Color convert

RGB 221 27 70 -
CMYK 0 0.88 0.68 0.13
HSL 346.7º 0.78% 0.49% -
HSV(B) 346.7º 0.88% 0.87% -
XYZ 31.32 16.6 7.35 -
YUV 89.91 116.77 221.5 -
System Red Green Blue C M Y K H S L
Decimal 221 27 70 0 0.88 0.68 0.13 346.7 0.78 0.49
Hex DD 1B 46 0 58 44 D 15B 4E 31
Octal 335 33 106 0 130 104 15 533 116 61
Binary 11011101 11011 1000110 0 1011000 1000100 1101 101011011 1001110 110001

Color Harmonies of #DD1B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1B46

Black with #DD1B46

Text Example


Text Example

White with #DD1B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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