Html Css Color HEX #DD143F Crimson

📋 copy color: '#DD143F'

red 221 ◦ green 20 ◦ blue 63

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

Shades of Crimson #DD143F

Tints of Crimson #DD143F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.72%

R = 72.7%
G = 6.58%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD143F (or 0xDD143F) is known color: Crimson. HEX triplet: DD, 14 and 3F. RGB value is (221,20,63). Sum of RGB (Red+Green+Blue) = 221+20+63=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD143F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD143F is #22EBC0. Grayscale: #555555. Windows color (decimal): -2288577 or 4134109. OLE color: 4134109.

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

Color convert

RGB 221 20 63 -
CMYK 0 0.91 0.71 0.13
HSL 347.16º 0.83% 0.47% -
HSV(B) 347.16º 0.91% 0.87% -
XYZ 30.97 16.23 6.2 -
YUV 85 115.59 225 -
System Red Green Blue C M Y K H S L
Decimal 221 20 63 0 0.91 0.71 0.13 347.16 0.83 0.47
Hex DD 14 3F 0 5B 47 D 15B 53 2F
Octal 335 24 77 0 133 107 15 533 123 57
Binary 11011101 10100 111111 0 1011011 1000111 1101 101011011 1010011 101111

Color Harmonies of #DD143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD143F

Black with #DD143F

Text Example


Text Example

White with #DD143F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD143F; }

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

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

background-color css

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

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

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

border-color css

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

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

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