Html Css Color HEX #DD134C Crimson

📋 copy color: '#DD134C'

red 221 ◦ green 19 ◦ blue 76

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

Shades of Crimson #DD134C

Tints of Crimson #DD134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.01%

 BLUE value IS 76 (30.08% from 255) = 24.05%

R = 69.94%
G = 6.01%
B = 24.05%

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

#DD134C (or 0xDD134C) is known color: Crimson. HEX triplet: DD, 13 and 4C. RGB value is (221,19,76). Sum of RGB (Red+Green+Blue) = 221+19+76=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD134C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD134C is #22ECB3. Grayscale: #555555. Windows color (decimal): -2288820 or 4985821. OLE color: 4985821.

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

Color convert

RGB 221 19 76 -
CMYK 0 0.91 0.66 0.13
HSL 343.07º 0.84% 0.47% -
HSV(B) 343.07º 0.91% 0.87% -
XYZ 31.36 16.36 8.34 -
YUV 85.9 122.42 224.37 -
System Red Green Blue C M Y K H S L
Decimal 221 19 76 0 0.91 0.66 0.13 343.07 0.84 0.47
Hex DD 13 4C 0 5B 42 D 157 54 2F
Octal 335 23 114 0 133 102 15 527 124 57
Binary 11011101 10011 1001100 0 1011011 1000010 1101 101010111 1010100 101111

Color Harmonies of #DD134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD134C

Black with #DD134C

Text Example


Text Example

White with #DD134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD134C; }

 p { color: rgb(221,19,76); }

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

background-color css

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

 a { background-color: rgb(221,19,76); }

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

border-color css

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

 span { border-color: rgb(221,19,76); }

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