Html Css Color HEX #DD0336 Crimson

📋 copy color: '#DD0336'

red 221 ◦ green 3 ◦ blue 54

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

Shades of Crimson #DD0336

Tints of Crimson #DD0336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

 BLUE value IS 54 (21.48% from 255) = 19.42%

R = 79.5%
G = 1.08%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD0336 (or 0xDD0336) is known color: Crimson. HEX triplet: DD, 03 and 36. RGB value is (221,3,54). Sum of RGB (Red+Green+Blue) = 221+3+54=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0336 is #22FCC9. Grayscale: #4A4A4A. Windows color (decimal): -2292938 or 3539933. OLE color: 3539933.

HSL color Cylindrical-coordinate representation of color #DD0336: hue angle of 345.96º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0336 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 3 54 -
CMYK 0 0.99 0.76 0.13
HSL 345.96º 0.97% 0.44% -
HSV(B) 345.96º 0.99% 0.87% -
XYZ 30.52 15.7 4.91 -
YUV 74 116.72 232.85 -
System Red Green Blue C M Y K H S L
Decimal 221 3 54 0 0.99 0.76 0.13 345.96 0.97 0.44
Hex DD 3 36 0 63 4C D 15A 61 2C
Octal 335 3 66 0 143 114 15 532 141 54
Binary 11011101 11 110110 0 1100011 1001100 1101 101011010 1100001 101100

Color Harmonies of #DD0336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0336

Black with #DD0336

Text Example


Text Example

White with #DD0336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0336; }

 p { color: rgb(221,3,54); }

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

background-color css

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

 a { background-color: rgb(221,3,54); }

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

border-color css

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

 span { border-color: rgb(221,3,54); }

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