Html Css Color HEX #DD143C Crimson

📋 copy color: '#DD143C'

red 221 ◦ green 20 ◦ blue 60

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

Shades of Crimson #DD143C

Tints of Crimson #DD143C

RGB

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

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

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

R = 73.42%
G = 6.64%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD143C (or 0xDD143C) is known color: Crimson. HEX triplet: DD, 14 and 3C. RGB value is (221,20,60). Sum of RGB (Red+Green+Blue) = 221+20+60=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD143C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD143C is #22EBC3. Grayscale: #545454. Windows color (decimal): -2288580 or 3937501. OLE color: 3937501.

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

Color convert

RGB 221 20 60 -
CMYK 0 0.91 0.73 0.13
HSL 348.06º 0.83% 0.47% -
HSV(B) 348.06º 0.91% 0.87% -
XYZ 30.88 16.2 5.77 -
YUV 84.66 114.09 225.25 -
System Red Green Blue C M Y K H S L
Decimal 221 20 60 0 0.91 0.73 0.13 348.06 0.83 0.47
Hex DD 14 3C 0 5B 49 D 15C 53 2F
Octal 335 24 74 0 133 111 15 534 123 57
Binary 11011101 10100 111100 0 1011011 1001001 1101 101011100 1010011 101111

Color Harmonies of #DD143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD143C

Black with #DD143C

Text Example


Text Example

White with #DD143C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD143C; }

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

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

background-color css

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

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

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

border-color css

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

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

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