Html Css Color HEX #DD013C Crimson

📋 copy color: '#DD013C'

red 221 ◦ green 1 ◦ blue 60

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

Shades of Crimson #DD013C

Tints of Crimson #DD013C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.28%

R = 78.37%
G = 0.35%
B = 21.28%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD013C (or 0xDD013C) is known color: Crimson. HEX triplet: DD, 01 and 3C. RGB value is (221,1,60). Sum of RGB (Red+Green+Blue) = 221+1+60=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD013C is #22FEC3. Grayscale: #494949. Windows color (decimal): -2293444 or 3932637. OLE color: 3932637.

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

Color convert

RGB 221 1 60 -
CMYK 0 1.00 0.73 0.13
HSL 343.91º 0.99% 0.44% -
HSV(B) 343.91º 1% 0.87% -
XYZ 30.65 15.72 5.69 -
YUV 73.51 120.39 233.2 -
System Red Green Blue C M Y K H S L
Decimal 221 1 60 0 1.00 0.73 0.13 343.91 0.99 0.44
Hex DD 1 3C 0 64 49 D 158 63 2C
Octal 335 1 74 0 144 111 15 530 143 54
Binary 11011101 1 111100 0 1100100 1001001 1101 101011000 1100011 101100

Color Harmonies of #DD013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD013C

Black with #DD013C

Text Example


Text Example

White with #DD013C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD013C; }

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

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

background-color css

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

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

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

border-color css

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

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

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