Html Css Color HEX #DD104B Crimson

📋 copy color: '#DD104B'

red 221 ◦ green 16 ◦ blue 75

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

Shades of Crimson #DD104B

Tints of Crimson #DD104B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.04%

R = 70.83%
G = 5.13%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD104B (or 0xDD104B) is known color: Crimson. HEX triplet: DD, 10 and 4B. RGB value is (221,16,75). Sum of RGB (Red+Green+Blue) = 221+16+75=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD104B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD104B is #22EFB4. Grayscale: #535353. Windows color (decimal): -2289589 or 4919517. OLE color: 4919517.

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

Color convert

RGB 221 16 75 -
CMYK 0 0.93 0.66 0.13
HSL 342.73º 0.86% 0.46% -
HSV(B) 342.73º 0.93% 0.87% -
XYZ 31.27 16.25 8.14 -
YUV 84.02 122.92 225.7 -
System Red Green Blue C M Y K H S L
Decimal 221 16 75 0 0.93 0.66 0.13 342.73 0.86 0.46
Hex DD 10 4B 0 5D 42 D 157 56 2E
Octal 335 20 113 0 135 102 15 527 126 56
Binary 11011101 10000 1001011 0 1011101 1000010 1101 101010111 1010110 101110

Color Harmonies of #DD104B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD104B

Black with #DD104B

Text Example


Text Example

White with #DD104B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD104B; }

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

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

background-color css

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

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

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

border-color css

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

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

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