Html Css Color HEX #DD1F43 Crimson

📋 copy color: '#DD1F43'

red 221 ◦ green 31 ◦ blue 67

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

Shades of Crimson #DD1F43

Tints of Crimson #DD1F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21%

R = 69.28%
G = 9.72%
B = 21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD1F43 (or 0xDD1F43) is known color: Crimson. HEX triplet: DD, 1F and 43. RGB value is (221,31,67). Sum of RGB (Red+Green+Blue) = 221+31+67=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1F43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1F43 is #22E0BC. Grayscale: #5B5B5B. Windows color (decimal): -2285757 or 4399069. OLE color: 4399069.

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

Color convert

RGB 221 31 67 -
CMYK 0 0.86 0.70 0.13
HSL 348.63º 0.75% 0.49% -
HSV(B) 348.63º 0.86% 0.87% -
XYZ 31.32 16.76 6.89 -
YUV 91.91 113.95 220.07 -
System Red Green Blue C M Y K H S L
Decimal 221 31 67 0 0.86 0.70 0.13 348.63 0.75 0.49
Hex DD 1F 43 0 56 46 D 15D 4B 31
Octal 335 37 103 0 126 106 15 535 113 61
Binary 11011101 11111 1000011 0 1010110 1000110 1101 101011101 1001011 110001

Color Harmonies of #DD1F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1F43

Black with #DD1F43

Text Example


Text Example

White with #DD1F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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