Html Css Color HEX #DD0D32 Crimson

📋 copy color: '#DD0D32'

red 221 ◦ green 13 ◦ blue 50

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

Shades of Crimson #DD0D32

Tints of Crimson #DD0D32

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.58%

 BLUE value IS 50 (19.92% from 255) = 17.61%

R = 77.82%
G = 4.58%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD0D32 (or 0xDD0D32) is known color: Crimson. HEX triplet: DD, 0D and 32. RGB value is (221,13,50). Sum of RGB (Red+Green+Blue) = 221+13+50=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0D32 is #22F2CD. Grayscale: #4F4F4F. Windows color (decimal): -2290382 or 3280349. OLE color: 3280349.

HSL color Cylindrical-coordinate representation of color #DD0D32: hue angle of 349.33º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0D32 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 13 50 -
CMYK 0 0.94 0.77 0.13
HSL 349.33º 0.89% 0.46% -
HSV(B) 349.33º 0.94% 0.87% -
XYZ 30.54 15.89 4.48 -
YUV 79.41 111.41 228.99 -
System Red Green Blue C M Y K H S L
Decimal 221 13 50 0 0.94 0.77 0.13 349.33 0.89 0.46
Hex DD D 32 0 5E 4D D 15D 59 2E
Octal 335 15 62 0 136 115 15 535 131 56
Binary 11011101 1101 110010 0 1011110 1001101 1101 101011101 1011001 101110

Color Harmonies of #DD0D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0D32

Black with #DD0D32

Text Example


Text Example

White with #DD0D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0D32; }

 p { color: rgb(221,13,50); }

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

background-color css

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

 a { background-color: rgb(221,13,50); }

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

border-color css

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

 span { border-color: rgb(221,13,50); }

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