Html Css Color HEX #DD013A Crimson

📋 copy color: '#DD013A'

red 221 ◦ green 1 ◦ blue 58

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

Shades of Crimson #DD013A

Tints of Crimson #DD013A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.71%

R = 78.93%
G = 0.36%
B = 20.71%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD013A (or 0xDD013A) is known color: Crimson. HEX triplet: DD, 01 and 3A. RGB value is (221,1,58). Sum of RGB (Red+Green+Blue) = 221+1+58=280 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.93% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 221 - color contains mainly: red. Hex color #DD013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD013A is #22FEC5. Grayscale: #494949. Windows color (decimal): -2293446 or 3801565. OLE color: 3801565.

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

Color convert

RGB 221 1 58 -
CMYK 0 1.00 0.74 0.13
HSL 344.45º 0.99% 0.44% -
HSV(B) 344.45º 1% 0.87% -
XYZ 30.59 15.7 5.42 -
YUV 73.28 119.39 233.37 -
System Red Green Blue C M Y K H S L
Decimal 221 1 58 0 1.00 0.74 0.13 344.45 0.99 0.44
Hex DD 1 3A 0 64 4A D 158 63 2C
Octal 335 1 72 0 144 112 15 530 143 54
Binary 11011101 1 111010 0 1100100 1001010 1101 101011000 1100011 101100

Color Harmonies of #DD013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD013A

Black with #DD013A

Text Example


Text Example

White with #DD013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD013A; }

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

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

background-color css

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

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

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

border-color css

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

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

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