Html Css Color HEX #DD032F Crimson

📋 copy color: '#DD032F'

red 221 ◦ green 3 ◦ blue 47

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

Shades of Crimson #DD032F

Tints of Crimson #DD032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.34%

R = 81.55%
G = 1.11%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD032F (or 0xDD032F) is known color: Crimson. HEX triplet: DD, 03 and 2F. RGB value is (221,3,47). Sum of RGB (Red+Green+Blue) = 221+3+47=271 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.55% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 221 - color contains mainly: red. Hex color #DD032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD032F is #22FCD0. Grayscale: #494949. Windows color (decimal): -2292945 or 3081181. OLE color: 3081181.

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

Color convert

RGB 221 3 47 -
CMYK 0 0.99 0.79 0.13
HSL 347.89º 0.97% 0.44% -
HSV(B) 347.89º 0.99% 0.87% -
XYZ 30.36 15.64 4.11 -
YUV 73.2 113.22 233.42 -
System Red Green Blue C M Y K H S L
Decimal 221 3 47 0 0.99 0.79 0.13 347.89 0.97 0.44
Hex DD 3 2F 0 63 4F D 15C 61 2C
Octal 335 3 57 0 143 117 15 534 141 54
Binary 11011101 11 101111 0 1100011 1001111 1101 101011100 1100001 101100

Color Harmonies of #DD032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD032F

Black with #DD032F

Text Example


Text Example

White with #DD032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD032F; }

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

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

background-color css

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

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

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

border-color css

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

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

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