Html Css Color HEX #DD0037 Crimson

📋 copy color: '#DD0037'

red 221 ◦ green 0 ◦ blue 55

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

Shades of Crimson #DD0037

Tints of Crimson #DD0037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 55 (21.88% from 255) = 19.93%

R = 80.07%
G = 0%
B = 19.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD0037 (or 0xDD0037) is known color: Crimson. HEX triplet: DD, 00 and 37. RGB value is (221,0,55). Sum of RGB (Red+Green+Blue) = 221+0+55=276 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.07% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0037 is #22FFC8. Grayscale: #484848. Windows color (decimal): -2293705 or 3604701. OLE color: 3604701.

HSL color Cylindrical-coordinate representation of color #DD0037: hue angle of 345.07º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0037 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 0 55 -
CMYK 0 1 0.75 0.13
HSL 345.07º 1% 0.43% -
HSV(B) 345.07º 1% 0.87% -
XYZ 30.51 15.65 5.03 -
YUV 72.35 118.22 234.03 -
System Red Green Blue C M Y K H S L
Decimal 221 0 55 0 1 0.75 0.13 345.07 1 0.43
Hex DD 0 37 0 64 4B D 159 64 2B
Octal 335 0 67 0 144 113 15 531 144 53
Binary 11011101 0 110111 0 1100100 1001011 1101 101011001 1100100 101011

Color Harmonies of #DD0037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0037

Black with #DD0037

Text Example


Text Example

White with #DD0037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0037; }

 p { color: rgb(221,0,55); }

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

background-color css

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

 a { background-color: rgb(221,0,55); }

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

border-color css

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

 span { border-color: rgb(221,0,55); }

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