Html Css Color HEX #DD152B Crimson

📋 copy color: '#DD152B'

red 221 ◦ green 21 ◦ blue 43

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

Shades of Crimson #DD152B

Tints of Crimson #DD152B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.09%

R = 77.54%
G = 7.37%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD152B (or 0xDD152B) is known color: Crimson. HEX triplet: DD, 15 and 2B. RGB value is (221,21,43). Sum of RGB (Red+Green+Blue) = 221+21+43=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD152B is #22EAD4. Grayscale: #535353. Windows color (decimal): -2288341 or 2823645. OLE color: 2823645.

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

Color convert

RGB 221 21 43 -
CMYK 0 0.90 0.81 0.13
HSL 353.4º 0.83% 0.47% -
HSV(B) 353.4º 0.9% 0.87% -
XYZ 30.52 16.08 3.78 -
YUV 83.31 105.26 226.21 -
System Red Green Blue C M Y K H S L
Decimal 221 21 43 0 0.90 0.81 0.13 353.4 0.83 0.47
Hex DD 15 2B 0 5A 51 D 161 53 2F
Octal 335 25 53 0 132 121 15 541 123 57
Binary 11011101 10101 101011 0 1011010 1010001 1101 101100001 1010011 101111

Color Harmonies of #DD152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD152B

Black with #DD152B

Text Example


Text Example

White with #DD152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD152B; }

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

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

background-color css

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

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

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

border-color css

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

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

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