Html Css Color HEX #DD0D3F Crimson

📋 copy color: '#DD0D3F'

red 221 ◦ green 13 ◦ blue 63

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

Shades of Crimson #DD0D3F

Tints of Crimson #DD0D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.21%

R = 74.41%
G = 4.38%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD0D3F (or 0xDD0D3F) is known color: Crimson. HEX triplet: DD, 0D and 3F. RGB value is (221,13,63). Sum of RGB (Red+Green+Blue) = 221+13+63=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0D3F is #22F2C0. Grayscale: #505050. Windows color (decimal): -2290369 or 4132317. OLE color: 4132317.

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

Color convert

RGB 221 13 63 -
CMYK 0 0.94 0.71 0.13
HSL 345.58º 0.89% 0.46% -
HSV(B) 345.58º 0.94% 0.87% -
XYZ 30.86 16.02 6.17 -
YUV 80.89 117.91 227.93 -
System Red Green Blue C M Y K H S L
Decimal 221 13 63 0 0.94 0.71 0.13 345.58 0.89 0.46
Hex DD D 3F 0 5E 47 D 15A 59 2E
Octal 335 15 77 0 136 107 15 532 131 56
Binary 11011101 1101 111111 0 1011110 1000111 1101 101011010 1011001 101110

Color Harmonies of #DD0D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0D3F

Black with #DD0D3F

Text Example


Text Example

White with #DD0D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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