Html Css Color HEX #DD152C Crimson

📋 copy color: '#DD152C'

red 221 ◦ green 21 ◦ blue 44

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

Shades of Crimson #DD152C

Tints of Crimson #DD152C

RGB

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

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

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

R = 77.27%
G = 7.34%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD152C (or 0xDD152C) is known color: Crimson. HEX triplet: DD, 15 and 2C. RGB value is (221,21,44). Sum of RGB (Red+Green+Blue) = 221+21+44=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD152C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD152C is #22EAD3. Grayscale: #535353. Windows color (decimal): -2288340 or 2889181. OLE color: 2889181.

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

Color convert

RGB 221 21 44 -
CMYK 0 0.90 0.80 0.13
HSL 353.1º 0.83% 0.47% -
HSV(B) 353.1º 0.9% 0.87% -
XYZ 30.54 16.09 3.88 -
YUV 83.42 105.76 226.13 -
System Red Green Blue C M Y K H S L
Decimal 221 21 44 0 0.90 0.80 0.13 353.1 0.83 0.47
Hex DD 15 2C 0 5A 50 D 161 53 2F
Octal 335 25 54 0 132 120 15 541 123 57
Binary 11011101 10101 101100 0 1011010 1010000 1101 101100001 1010011 101111

Color Harmonies of #DD152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD152C

Black with #DD152C

Text Example


Text Example

White with #DD152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD152C; }

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

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

background-color css

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

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

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

border-color css

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

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

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