Html Css Color HEX #DD182D Crimson

📋 copy color: '#DD182D'

red 221 ◦ green 24 ◦ blue 45

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

Shades of Crimson #DD182D

Tints of Crimson #DD182D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.28%

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

R = 76.21%
G = 8.28%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD182D (or 0xDD182D) is known color: Crimson. HEX triplet: DD, 18 and 2D. RGB value is (221,24,45). Sum of RGB (Red+Green+Blue) = 221+24+45=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD182D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD182D is #22E7D2. Grayscale: #555555. Windows color (decimal): -2287571 or 2955485. OLE color: 2955485.

HSL color Cylindrical-coordinate representation of color #DD182D: hue angle of 353.6º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD182D is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 24 45 -
CMYK 0 0.89 0.80 0.13
HSL 353.6º 0.8% 0.48% -
HSV(B) 353.6º 0.89% 0.87% -
XYZ 30.62 16.21 4 -
YUV 85.3 105.27 224.79 -
System Red Green Blue C M Y K H S L
Decimal 221 24 45 0 0.89 0.80 0.13 353.6 0.8 0.48
Hex DD 18 2D 0 59 50 D 162 50 30
Octal 335 30 55 0 131 120 15 542 120 60
Binary 11011101 11000 101101 0 1011001 1010000 1101 101100010 1010000 110000

Color Harmonies of #DD182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD182D

Black with #DD182D

Text Example


Text Example

White with #DD182D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD182D; }

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

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

background-color css

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

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

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

border-color css

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

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

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