Html Css Color HEX #DD103C Crimson

📋 copy color: '#DD103C'

red 221 ◦ green 16 ◦ blue 60

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

Shades of Crimson #DD103C

Tints of Crimson #DD103C

RGB

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

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

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

R = 74.41%
G = 5.39%
B = 20.2%

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

#DD103C (or 0xDD103C) is known color: Crimson. HEX triplet: DD, 10 and 3C. RGB value is (221,16,60). Sum of RGB (Red+Green+Blue) = 221+16+60=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD103C is #22EFC3. Grayscale: #525252. Windows color (decimal): -2289604 or 3936477. OLE color: 3936477.

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

Color convert

RGB 221 16 60 -
CMYK 0 0.93 0.73 0.13
HSL 347.12º 0.86% 0.46% -
HSV(B) 347.12º 0.93% 0.87% -
XYZ 30.82 16.07 5.75 -
YUV 82.31 115.42 226.92 -
System Red Green Blue C M Y K H S L
Decimal 221 16 60 0 0.93 0.73 0.13 347.12 0.86 0.46
Hex DD 10 3C 0 5D 49 D 15B 56 2E
Octal 335 20 74 0 135 111 15 533 126 56
Binary 11011101 10000 111100 0 1011101 1001001 1101 101011011 1010110 101110

Color Harmonies of #DD103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD103C

Black with #DD103C

Text Example


Text Example

White with #DD103C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD103C; }

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

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

background-color css

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

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

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

border-color css

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

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

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