Html Css Color HEX #DD1348 Crimson

📋 copy color: '#DD1348'

red 221 ◦ green 19 ◦ blue 72

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

Shades of Crimson #DD1348

Tints of Crimson #DD1348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.09%

 BLUE value IS 72 (28.52% from 255) = 23.08%

R = 70.83%
G = 6.09%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD1348 (or 0xDD1348) is known color: Crimson. HEX triplet: DD, 13 and 48. RGB value is (221,19,72). Sum of RGB (Red+Green+Blue) = 221+19+72=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1348 is #22ECB7. Grayscale: #555555. Windows color (decimal): -2288824 or 4723677. OLE color: 4723677.

HSL color Cylindrical-coordinate representation of color #DD1348: hue angle of 344.26º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD1348 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 19 72 -
CMYK 0 0.91 0.67 0.13
HSL 344.26º 0.84% 0.47% -
HSV(B) 344.26º 0.91% 0.87% -
XYZ 31.22 16.31 7.63 -
YUV 85.44 120.42 224.69 -
System Red Green Blue C M Y K H S L
Decimal 221 19 72 0 0.91 0.67 0.13 344.26 0.84 0.47
Hex DD 13 48 0 5B 43 D 158 54 2F
Octal 335 23 110 0 133 103 15 530 124 57
Binary 11011101 10011 1001000 0 1011011 1000011 1101 101011000 1010100 101111

Color Harmonies of #DD1348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1348

Black with #DD1348

Text Example


Text Example

White with #DD1348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1348; }

 p { color: rgb(221,19,72); }

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

background-color css

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

 a { background-color: rgb(221,19,72); }

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

border-color css

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

 span { border-color: rgb(221,19,72); }

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