Html Css Color HEX #DD102E Crimson

📋 copy color: '#DD102E'

red 221 ◦ green 16 ◦ blue 46

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

Shades of Crimson #DD102E

Tints of Crimson #DD102E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.25%

R = 78.09%
G = 5.65%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD102E (or 0xDD102E) is known color: Crimson. HEX triplet: DD, 10 and 2E. RGB value is (221,16,46). Sum of RGB (Red+Green+Blue) = 221+16+46=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD102E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD102E is #22EFD1. Grayscale: #505050. Windows color (decimal): -2289618 or 3018973. OLE color: 3018973.

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

Color convert

RGB 221 16 46 -
CMYK 0 0.93 0.79 0.13
HSL 351.22º 0.86% 0.46% -
HSV(B) 351.22º 0.93% 0.87% -
XYZ 30.5 15.94 4.05 -
YUV 80.72 108.42 228.06 -
System Red Green Blue C M Y K H S L
Decimal 221 16 46 0 0.93 0.79 0.13 351.22 0.86 0.46
Hex DD 10 2E 0 5D 4F D 15F 56 2E
Octal 335 20 56 0 135 117 15 537 126 56
Binary 11011101 10000 101110 0 1011101 1001111 1101 101011111 1010110 101110

Color Harmonies of #DD102E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD102E

Black with #DD102E

Text Example


Text Example

White with #DD102E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD102E; }

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

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

background-color css

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

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

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

border-color css

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

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

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