Html Css Color HEX #DD103B Crimson

📋 copy color: '#DD103B'

red 221 ◦ green 16 ◦ blue 59

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

Shades of Crimson #DD103B

Tints of Crimson #DD103B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.93%

R = 74.66%
G = 5.41%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD103B (or 0xDD103B) is known color: Crimson. HEX triplet: DD, 10 and 3B. RGB value is (221,16,59). Sum of RGB (Red+Green+Blue) = 221+16+59=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD103B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD103B is #22EFC4. Grayscale: #525252. Windows color (decimal): -2289605 or 3870941. OLE color: 3870941.

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

Color convert

RGB 221 16 59 -
CMYK 0 0.93 0.73 0.13
HSL 347.41º 0.86% 0.46% -
HSV(B) 347.41º 0.93% 0.87% -
XYZ 30.79 16.06 5.61 -
YUV 82.2 114.92 227 -
System Red Green Blue C M Y K H S L
Decimal 221 16 59 0 0.93 0.73 0.13 347.41 0.86 0.46
Hex DD 10 3B 0 5D 49 D 15B 56 2E
Octal 335 20 73 0 135 111 15 533 126 56
Binary 11011101 10000 111011 0 1011101 1001001 1101 101011011 1010110 101110

Color Harmonies of #DD103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD103B

Black with #DD103B

Text Example


Text Example

White with #DD103B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD103B; }

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

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

background-color css

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

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

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

border-color css

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

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

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