Html Css Color HEX #DD142C Crimson

📋 copy color: '#DD142C'

red 221 ◦ green 20 ◦ blue 44

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

Shades of Crimson #DD142C

Tints of Crimson #DD142C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.44%

R = 77.54%
G = 7.02%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD142C (or 0xDD142C) is known color: Crimson. HEX triplet: DD, 14 and 2C. RGB value is (221,20,44). Sum of RGB (Red+Green+Blue) = 221+20+44=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD142C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD142C is #22EBD3. Grayscale: #525252. Windows color (decimal): -2288596 or 2888925. OLE color: 2888925.

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

Color convert

RGB 221 20 44 -
CMYK 0 0.91 0.80 0.13
HSL 352.84º 0.83% 0.47% -
HSV(B) 352.84º 0.91% 0.87% -
XYZ 30.52 16.05 3.87 -
YUV 82.84 106.09 226.55 -
System Red Green Blue C M Y K H S L
Decimal 221 20 44 0 0.91 0.80 0.13 352.84 0.83 0.47
Hex DD 14 2C 0 5B 50 D 161 53 2F
Octal 335 24 54 0 133 120 15 541 123 57
Binary 11011101 10100 101100 0 1011011 1010000 1101 101100001 1010011 101111

Color Harmonies of #DD142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD142C

Black with #DD142C

Text Example


Text Example

White with #DD142C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD142C; }

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

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

background-color css

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

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

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

border-color css

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

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

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