Html Css Color HEX #DD0732 Crimson

📋 copy color: '#DD0732'

red 221 ◦ green 7 ◦ blue 50

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

Shades of Crimson #DD0732

Tints of Crimson #DD0732

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.52%

 BLUE value IS 50 (19.92% from 255) = 17.99%

R = 79.5%
G = 2.52%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD0732 (or 0xDD0732) is known color: Crimson. HEX triplet: DD, 07 and 32. RGB value is (221,7,50). Sum of RGB (Red+Green+Blue) = 221+7+50=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0732 is #22F8CD. Grayscale: #4B4B4B. Windows color (decimal): -2291918 or 3278813. OLE color: 3278813.

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

Color convert

RGB 221 7 50 -
CMYK 0 0.97 0.77 0.13
HSL 347.94º 0.94% 0.45% -
HSV(B) 347.94º 0.97% 0.87% -
XYZ 30.47 15.75 4.45 -
YUV 75.89 113.4 231.5 -
System Red Green Blue C M Y K H S L
Decimal 221 7 50 0 0.97 0.77 0.13 347.94 0.94 0.45
Hex DD 7 32 0 61 4D D 15C 5E 2D
Octal 335 7 62 0 141 115 15 534 136 55
Binary 11011101 111 110010 0 1100001 1001101 1101 101011100 1011110 101101

Color Harmonies of #DD0732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0732

Black with #DD0732

Text Example


Text Example

White with #DD0732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0732; }

 p { color: rgb(221,7,50); }

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

background-color css

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

 a { background-color: rgb(221,7,50); }

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

border-color css

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

 span { border-color: rgb(221,7,50); }

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