Html Css Color HEX #DD0D34 Crimson

📋 copy color: '#DD0D34'

red 221 ◦ green 13 ◦ blue 52

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

Shades of Crimson #DD0D34

Tints of Crimson #DD0D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 77.27%
G = 4.55%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD0D34 (or 0xDD0D34) is known color: Crimson. HEX triplet: DD, 0D and 34. RGB value is (221,13,52). Sum of RGB (Red+Green+Blue) = 221+13+52=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0D34 is #22F2CB. Grayscale: #4F4F4F. Windows color (decimal): -2290380 or 3411421. OLE color: 3411421.

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

Color convert

RGB 221 13 52 -
CMYK 0 0.94 0.76 0.13
HSL 348.75º 0.89% 0.46% -
HSV(B) 348.75º 0.94% 0.87% -
XYZ 30.58 15.91 4.71 -
YUV 79.64 112.41 228.83 -
System Red Green Blue C M Y K H S L
Decimal 221 13 52 0 0.94 0.76 0.13 348.75 0.89 0.46
Hex DD D 34 0 5E 4C D 15D 59 2E
Octal 335 15 64 0 136 114 15 535 131 56
Binary 11011101 1101 110100 0 1011110 1001100 1101 101011101 1011001 101110

Color Harmonies of #DD0D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0D34

Black with #DD0D34

Text Example


Text Example

White with #DD0D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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