Html Css Color HEX #DD0636 Crimson

📋 copy color: '#DD0636'

red 221 ◦ green 6 ◦ blue 54

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

Shades of Crimson #DD0636

Tints of Crimson #DD0636

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

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

R = 78.65%
G = 2.14%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD0636 (or 0xDD0636) is known color: Crimson. HEX triplet: DD, 06 and 36. RGB value is (221,6,54). Sum of RGB (Red+Green+Blue) = 221+6+54=281 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.65% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0636 is #22F9C9. Grayscale: #4B4B4B. Windows color (decimal): -2292170 or 3540701. OLE color: 3540701.

HSL color Cylindrical-coordinate representation of color #DD0636: hue angle of 346.6º degrees, saturation: 0.95, 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 #DD0636 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 6 54 -
CMYK 0 0.97 0.76 0.13
HSL 346.6º 0.95% 0.45% -
HSV(B) 346.6º 0.97% 0.87% -
XYZ 30.55 15.77 4.92 -
YUV 75.76 115.73 231.6 -
System Red Green Blue C M Y K H S L
Decimal 221 6 54 0 0.97 0.76 0.13 346.6 0.95 0.45
Hex DD 6 36 0 61 4C D 15B 5F 2D
Octal 335 6 66 0 141 114 15 533 137 55
Binary 11011101 110 110110 0 1100001 1001100 1101 101011011 1011111 101101

Color Harmonies of #DD0636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0636

Black with #DD0636

Text Example


Text Example

White with #DD0636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0636; }

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

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

background-color css

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

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

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

border-color css

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

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

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