Html Css Color HEX #DD1234 Crimson

📋 copy color: '#DD1234'

red 221 ◦ green 18 ◦ blue 52

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

Shades of Crimson #DD1234

Tints of Crimson #DD1234

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.19%

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

R = 75.95%
G = 6.19%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD1234 (or 0xDD1234) is known color: Crimson. HEX triplet: DD, 12 and 34. RGB value is (221,18,52). Sum of RGB (Red+Green+Blue) = 221+18+52=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1234 is #22EDCB. Grayscale: #525252. Windows color (decimal): -2289100 or 3412701. OLE color: 3412701.

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

Color convert

RGB 221 18 52 -
CMYK 0 0.92 0.76 0.13
HSL 349.95º 0.85% 0.47% -
HSV(B) 349.95º 0.92% 0.87% -
XYZ 30.65 16.05 4.73 -
YUV 82.57 110.75 226.74 -
System Red Green Blue C M Y K H S L
Decimal 221 18 52 0 0.92 0.76 0.13 349.95 0.85 0.47
Hex DD 12 34 0 5C 4C D 15E 55 2F
Octal 335 22 64 0 134 114 15 536 125 57
Binary 11011101 10010 110100 0 1011100 1001100 1101 101011110 1010101 101111

Color Harmonies of #DD1234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1234

Black with #DD1234

Text Example


Text Example

White with #DD1234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1234; }

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

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

background-color css

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

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

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

border-color css

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

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

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