Html Css Color HEX #DD013E Crimson

📋 copy color: '#DD013E'

red 221 ◦ green 1 ◦ blue 62

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

Shades of Crimson #DD013E

Tints of Crimson #DD013E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.83%

R = 77.82%
G = 0.35%
B = 21.83%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD013E (or 0xDD013E) is known color: Crimson. HEX triplet: DD, 01 and 3E. RGB value is (221,1,62). Sum of RGB (Red+Green+Blue) = 221+1+62=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD013E is #22FEC1. Grayscale: #494949. Windows color (decimal): -2293442 or 4063709. OLE color: 4063709.

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

Color convert

RGB 221 1 62 -
CMYK 0 1.00 0.72 0.13
HSL 343.36º 0.99% 0.44% -
HSV(B) 343.36º 1% 0.87% -
XYZ 30.7 15.74 5.98 -
YUV 73.73 121.39 233.04 -
System Red Green Blue C M Y K H S L
Decimal 221 1 62 0 1.00 0.72 0.13 343.36 0.99 0.44
Hex DD 1 3E 0 64 48 D 157 63 2C
Octal 335 1 76 0 144 110 15 527 143 54
Binary 11011101 1 111110 0 1100100 1001000 1101 101010111 1100011 101100

Color Harmonies of #DD013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD013E

Black with #DD013E

Text Example


Text Example

White with #DD013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD013E; }

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

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

background-color css

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

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

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

border-color css

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

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

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