Html Css Color HEX #DD0140 Crimson

📋 copy color: '#DD0140'

red 221 ◦ green 1 ◦ blue 64

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

Shades of Crimson #DD0140

Tints of Crimson #DD0140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 64 (25.39% from 255) = 22.38%

R = 77.27%
G = 0.35%
B = 22.38%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD0140 (or 0xDD0140) is known color: Crimson. HEX triplet: DD, 01 and 40. RGB value is (221,1,64). Sum of RGB (Red+Green+Blue) = 221+1+64=286 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.27% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0140 is #22FEBF. Grayscale: #494949. Windows color (decimal): -2293440 or 4194781. OLE color: 4194781.

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

Color convert

RGB 221 1 64 -
CMYK 0 1.00 0.71 0.13
HSL 342.82º 0.99% 0.44% -
HSV(B) 342.82º 1% 0.87% -
XYZ 30.76 15.76 6.27 -
YUV 73.96 122.39 232.88 -
System Red Green Blue C M Y K H S L
Decimal 221 1 64 0 1.00 0.71 0.13 342.82 0.99 0.44
Hex DD 1 40 0 64 47 D 157 63 2C
Octal 335 1 100 0 144 107 15 527 143 54
Binary 11011101 1 1000000 0 1100100 1000111 1101 101010111 1100011 101100

Color Harmonies of #DD0140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0140

Black with #DD0140

Text Example


Text Example

White with #DD0140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0140; }

 p { color: rgb(221,1,64); }

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

background-color css

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

 a { background-color: rgb(221,1,64); }

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

border-color css

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

 span { border-color: rgb(221,1,64); }

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