Html Css Color HEX #DD1B3C Crimson

📋 copy color: '#DD1B3C'

red 221 ◦ green 27 ◦ blue 60

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

Shades of Crimson #DD1B3C

Tints of Crimson #DD1B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.48%

R = 71.75%
G = 8.77%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD1B3C (or 0xDD1B3C) is known color: Crimson. HEX triplet: DD, 1B and 3C. RGB value is (221,27,60). Sum of RGB (Red+Green+Blue) = 221+27+60=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1B3C is #22E4C3. Grayscale: #585858. Windows color (decimal): -2286788 or 3939293. OLE color: 3939293.

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

Color convert

RGB 221 27 60 -
CMYK 0 0.88 0.73 0.13
HSL 349.79º 0.78% 0.49% -
HSV(B) 349.79º 0.88% 0.87% -
XYZ 31.03 16.48 5.82 -
YUV 88.77 111.77 222.32 -
System Red Green Blue C M Y K H S L
Decimal 221 27 60 0 0.88 0.73 0.13 349.79 0.78 0.49
Hex DD 1B 3C 0 58 49 D 15E 4E 31
Octal 335 33 74 0 130 111 15 536 116 61
Binary 11011101 11011 111100 0 1011000 1001001 1101 101011110 1001110 110001

Color Harmonies of #DD1B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1B3C

Black with #DD1B3C

Text Example


Text Example

White with #DD1B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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