Html Css Color HEX #DD154D Crimson

📋 copy color: '#DD154D'

red 221 ◦ green 21 ◦ blue 77

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

Shades of Crimson #DD154D

Tints of Crimson #DD154D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.58%

 BLUE value IS 77 (30.47% from 255) = 24.14%

R = 69.28%
G = 6.58%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD154D (or 0xDD154D) is known color: Crimson. HEX triplet: DD, 15 and 4D. RGB value is (221,21,77). Sum of RGB (Red+Green+Blue) = 221+21+77=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD154D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD154D is #22EAB2. Grayscale: #575757. Windows color (decimal): -2288307 or 5051869. OLE color: 5051869.

HSL color Cylindrical-coordinate representation of color #DD154D: hue angle of 343.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD154D is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 21 77 -
CMYK 0 0.90 0.65 0.13
HSL 343.2º 0.83% 0.47% -
HSV(B) 343.2º 0.9% 0.87% -
XYZ 31.43 16.44 8.54 -
YUV 87.18 122.26 223.45 -
System Red Green Blue C M Y K H S L
Decimal 221 21 77 0 0.90 0.65 0.13 343.2 0.83 0.47
Hex DD 15 4D 0 5A 41 D 157 53 2F
Octal 335 25 115 0 132 101 15 527 123 57
Binary 11011101 10101 1001101 0 1011010 1000001 1101 101010111 1010011 101111

Color Harmonies of #DD154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD154D

Black with #DD154D

Text Example


Text Example

White with #DD154D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD154D; }

 p { color: rgb(221,21,77); }

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

background-color css

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

 a { background-color: rgb(221,21,77); }

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

border-color css

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

 span { border-color: rgb(221,21,77); }

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