Html Css Color HEX #DD123A Crimson

📋 copy color: '#DD123A'

red 221 ◦ green 18 ◦ blue 58

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

Shades of Crimson #DD123A

Tints of Crimson #DD123A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.06%

 BLUE value IS 58 (23.05% from 255) = 19.53%

R = 74.41%
G = 6.06%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD123A (or 0xDD123A) is known color: Crimson. HEX triplet: DD, 12 and 3A. RGB value is (221,18,58). Sum of RGB (Red+Green+Blue) = 221+18+58=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD123A is #22EDC5. Grayscale: #535353. Windows color (decimal): -2289094 or 3805917. OLE color: 3805917.

HSL color Cylindrical-coordinate representation of color #DD123A: hue angle of 348.18º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD123A is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 18 58 -
CMYK 0 0.92 0.74 0.13
HSL 348.18º 0.85% 0.47% -
HSV(B) 348.18º 0.92% 0.87% -
XYZ 30.8 16.11 5.49 -
YUV 83.26 113.75 226.25 -
System Red Green Blue C M Y K H S L
Decimal 221 18 58 0 0.92 0.74 0.13 348.18 0.85 0.47
Hex DD 12 3A 0 5C 4A D 15C 55 2F
Octal 335 22 72 0 134 112 15 534 125 57
Binary 11011101 10010 111010 0 1011100 1001010 1101 101011100 1010101 101111

Color Harmonies of #DD123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD123A

Black with #DD123A

Text Example


Text Example

White with #DD123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD123A; }

 p { color: rgb(221,18,58); }

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

background-color css

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

 a { background-color: rgb(221,18,58); }

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

border-color css

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

 span { border-color: rgb(221,18,58); }

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