Html Css Color HEX #DD144B Crimson

📋 copy color: '#DD144B'

red 221 ◦ green 20 ◦ blue 75

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

Shades of Crimson #DD144B

Tints of Crimson #DD144B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.73%

R = 69.94%
G = 6.33%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD144B (or 0xDD144B) is known color: Crimson. HEX triplet: DD, 14 and 4B. RGB value is (221,20,75). Sum of RGB (Red+Green+Blue) = 221+20+75=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD144B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD144B is #22EBB4. Grayscale: #565656. Windows color (decimal): -2288565 or 4920541. OLE color: 4920541.

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

Color convert

RGB 221 20 75 -
CMYK 0 0.91 0.66 0.13
HSL 343.58º 0.83% 0.47% -
HSV(B) 343.58º 0.91% 0.87% -
XYZ 31.34 16.38 8.17 -
YUV 86.37 121.59 224.03 -
System Red Green Blue C M Y K H S L
Decimal 221 20 75 0 0.91 0.66 0.13 343.58 0.83 0.47
Hex DD 14 4B 0 5B 42 D 158 53 2F
Octal 335 24 113 0 133 102 15 530 123 57
Binary 11011101 10100 1001011 0 1011011 1000010 1101 101011000 1010011 101111

Color Harmonies of #DD144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD144B

Black with #DD144B

Text Example


Text Example

White with #DD144B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD144B; }

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

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

background-color css

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

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

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

border-color css

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

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

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