Html Css Color HEX #DD032D Crimson

📋 copy color: '#DD032D'

red 221 ◦ green 3 ◦ blue 45

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

Shades of Crimson #DD032D

Tints of Crimson #DD032D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.73%

R = 82.16%
G = 1.12%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD032D (or 0xDD032D) is known color: Crimson. HEX triplet: DD, 03 and 2D. RGB value is (221,3,45). Sum of RGB (Red+Green+Blue) = 221+3+45=269 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.16% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 221 - color contains mainly: red. Hex color #DD032D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD032D is #22FCD2. Grayscale: #494949. Windows color (decimal): -2292947 or 2950109. OLE color: 2950109.

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

Color convert

RGB 221 3 45 -
CMYK 0 0.99 0.80 0.13
HSL 348.44º 0.97% 0.44% -
HSV(B) 348.44º 0.99% 0.87% -
XYZ 30.33 15.63 3.9 -
YUV 72.97 112.22 233.58 -
System Red Green Blue C M Y K H S L
Decimal 221 3 45 0 0.99 0.80 0.13 348.44 0.97 0.44
Hex DD 3 2D 0 63 50 D 15C 61 2C
Octal 335 3 55 0 143 120 15 534 141 54
Binary 11011101 11 101101 0 1100011 1010000 1101 101011100 1100001 101100

Color Harmonies of #DD032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD032D

Black with #DD032D

Text Example


Text Example

White with #DD032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD032D; }

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

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

background-color css

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

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

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

border-color css

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

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

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