Html Css Color HEX #DD143E Crimson

📋 copy color: '#DD143E'

red 221 ◦ green 20 ◦ blue 62

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

Shades of Crimson #DD143E

Tints of Crimson #DD143E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.46%

R = 72.94%
G = 6.6%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD143E (or 0xDD143E) is known color: Crimson. HEX triplet: DD, 14 and 3E. RGB value is (221,20,62). Sum of RGB (Red+Green+Blue) = 221+20+62=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD143E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD143E is #22EBC1. Grayscale: #545454. Windows color (decimal): -2288578 or 4068573. OLE color: 4068573.

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

Color convert

RGB 221 20 62 -
CMYK 0 0.91 0.72 0.13
HSL 347.46º 0.83% 0.47% -
HSV(B) 347.46º 0.91% 0.87% -
XYZ 30.94 16.22 6.06 -
YUV 84.89 115.09 225.08 -
System Red Green Blue C M Y K H S L
Decimal 221 20 62 0 0.91 0.72 0.13 347.46 0.83 0.47
Hex DD 14 3E 0 5B 48 D 15B 53 2F
Octal 335 24 76 0 133 110 15 533 123 57
Binary 11011101 10100 111110 0 1011011 1001000 1101 101011011 1010011 101111

Color Harmonies of #DD143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD143E

Black with #DD143E

Text Example


Text Example

White with #DD143E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD143E; }

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

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

background-color css

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

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

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

border-color css

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

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

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