Html Css Color HEX #DD104A Crimson

📋 copy color: '#DD104A'

red 221 ◦ green 16 ◦ blue 74

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

Shades of Crimson #DD104A

Tints of Crimson #DD104A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.14%

 BLUE value IS 74 (29.3% from 255) = 23.79%

R = 71.06%
G = 5.14%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD104A (or 0xDD104A) is known color: Crimson. HEX triplet: DD, 10 and 4A. RGB value is (221,16,74). Sum of RGB (Red+Green+Blue) = 221+16+74=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD104A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD104A is #22EFB5. Grayscale: #535353. Windows color (decimal): -2289590 or 4853981. OLE color: 4853981.

HSL color Cylindrical-coordinate representation of color #DD104A: hue angle of 343.02º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD104A is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 16 74 -
CMYK 0 0.93 0.67 0.13
HSL 343.02º 0.86% 0.46% -
HSV(B) 343.02º 0.93% 0.87% -
XYZ 31.24 16.24 7.97 -
YUV 83.91 122.42 225.78 -
System Red Green Blue C M Y K H S L
Decimal 221 16 74 0 0.93 0.67 0.13 343.02 0.86 0.46
Hex DD 10 4A 0 5D 43 D 157 56 2E
Octal 335 20 112 0 135 103 15 527 126 56
Binary 11011101 10000 1001010 0 1011101 1000011 1101 101010111 1010110 101110

Color Harmonies of #DD104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD104A

Black with #DD104A

Text Example


Text Example

White with #DD104A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD104A; }

 p { color: rgb(221,16,74); }

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

background-color css

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

 a { background-color: rgb(221,16,74); }

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

border-color css

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

 span { border-color: rgb(221,16,74); }

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