Html Css Color HEX #DD132C Crimson

📋 copy color: '#DD132C'

red 221 ◦ green 19 ◦ blue 44

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

Shades of Crimson #DD132C

Tints of Crimson #DD132C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.49%

R = 77.82%
G = 6.69%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD132C (or 0xDD132C) is known color: Crimson. HEX triplet: DD, 13 and 2C. RGB value is (221,19,44). Sum of RGB (Red+Green+Blue) = 221+19+44=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD132C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD132C is #22ECD3. Grayscale: #525252. Windows color (decimal): -2288852 or 2888669. OLE color: 2888669.

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

Color convert

RGB 221 19 44 -
CMYK 0 0.91 0.80 0.13
HSL 352.57º 0.84% 0.47% -
HSV(B) 352.57º 0.91% 0.87% -
XYZ 30.51 16.02 3.87 -
YUV 82.25 106.42 226.97 -
System Red Green Blue C M Y K H S L
Decimal 221 19 44 0 0.91 0.80 0.13 352.57 0.84 0.47
Hex DD 13 2C 0 5B 50 D 161 54 2F
Octal 335 23 54 0 133 120 15 541 124 57
Binary 11011101 10011 101100 0 1011011 1010000 1101 101100001 1010100 101111

Color Harmonies of #DD132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD132C

Black with #DD132C

Text Example


Text Example

White with #DD132C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD132C; }

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

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

background-color css

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

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

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

border-color css

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

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

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