Html Css Color HEX #DD1F41 Crimson

📋 copy color: '#DD1F41'

red 221 ◦ green 31 ◦ blue 65

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

Shades of Crimson #DD1F41

Tints of Crimson #DD1F41

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.78%

 BLUE value IS 65 (25.78% from 255) = 20.5%

R = 69.72%
G = 9.78%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD1F41 (or 0xDD1F41) is known color: Crimson. HEX triplet: DD, 1F and 41. RGB value is (221,31,65). Sum of RGB (Red+Green+Blue) = 221+31+65=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1F41 is #22E0BE. Grayscale: #5B5B5B. Windows color (decimal): -2285759 or 4267997. OLE color: 4267997.

HSL color Cylindrical-coordinate representation of color #DD1F41: hue angle of 349.26º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1F41 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 31 65 -
CMYK 0 0.86 0.71 0.13
HSL 349.26º 0.75% 0.49% -
HSV(B) 349.26º 0.86% 0.87% -
XYZ 31.26 16.73 6.58 -
YUV 91.69 112.95 220.24 -
System Red Green Blue C M Y K H S L
Decimal 221 31 65 0 0.86 0.71 0.13 349.26 0.75 0.49
Hex DD 1F 41 0 56 47 D 15D 4B 31
Octal 335 37 101 0 126 107 15 535 113 61
Binary 11011101 11111 1000001 0 1010110 1000111 1101 101011101 1001011 110001

Color Harmonies of #DD1F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1F41

Black with #DD1F41

Text Example


Text Example

White with #DD1F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1F41; }

 p { color: rgb(221,31,65); }

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

background-color css

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

 a { background-color: rgb(221,31,65); }

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

border-color css

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

 span { border-color: rgb(221,31,65); }

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