Html Css Color HEX #DD1433 Crimson

📋 copy color: '#DD1433'

red 221 ◦ green 20 ◦ blue 51

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

Shades of Crimson #DD1433

Tints of Crimson #DD1433

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.85%

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

R = 75.68%
G = 6.85%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD1433 (or 0xDD1433) is known color: Crimson. HEX triplet: DD, 14 and 33. RGB value is (221,20,51). Sum of RGB (Red+Green+Blue) = 221+20+51=292 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.68% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1433 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1433 is #22EBCC. Grayscale: #535353. Windows color (decimal): -2288589 or 3347677. OLE color: 3347677.

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

Color convert

RGB 221 20 51 -
CMYK 0 0.91 0.77 0.13
HSL 350.75º 0.83% 0.47% -
HSV(B) 350.75º 0.91% 0.87% -
XYZ 30.67 16.11 4.63 -
YUV 83.63 109.59 225.98 -
System Red Green Blue C M Y K H S L
Decimal 221 20 51 0 0.91 0.77 0.13 350.75 0.83 0.47
Hex DD 14 33 0 5B 4D D 15F 53 2F
Octal 335 24 63 0 133 115 15 537 123 57
Binary 11011101 10100 110011 0 1011011 1001101 1101 101011111 1010011 101111

Color Harmonies of #DD1433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1433

Black with #DD1433

Text Example


Text Example

White with #DD1433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1433; }

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

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

background-color css

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

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

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

border-color css

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

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

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