Html Css Color HEX #DD142D Crimson

📋 copy color: '#DD142D'

red 221 ◦ green 20 ◦ blue 45

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

Shades of Crimson #DD142D

Tints of Crimson #DD142D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.73%

R = 77.27%
G = 6.99%
B = 15.73%

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

#DD142D (or 0xDD142D) is known color: Crimson. HEX triplet: DD, 14 and 2D. RGB value is (221,20,45). Sum of RGB (Red+Green+Blue) = 221+20+45=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD142D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD142D is #22EBD2. Grayscale: #535353. Windows color (decimal): -2288595 or 2954461. OLE color: 2954461.

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

Color convert

RGB 221 20 45 -
CMYK 0 0.91 0.80 0.13
HSL 352.54º 0.83% 0.47% -
HSV(B) 352.54º 0.91% 0.87% -
XYZ 30.54 16.06 3.97 -
YUV 82.95 106.59 226.47 -
System Red Green Blue C M Y K H S L
Decimal 221 20 45 0 0.91 0.80 0.13 352.54 0.83 0.47
Hex DD 14 2D 0 5B 50 D 161 53 2F
Octal 335 24 55 0 133 120 15 541 123 57
Binary 11011101 10100 101101 0 1011011 1010000 1101 101100001 1010011 101111

Color Harmonies of #DD142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD142D

Black with #DD142D

Text Example


Text Example

White with #DD142D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD142D; }

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

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

background-color css

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

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

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

border-color css

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

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

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