Html Css Color HEX #DD123D Crimson

📋 copy color: '#DD123D'

red 221 ◦ green 18 ◦ blue 61

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

Shades of Crimson #DD123D

Tints of Crimson #DD123D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.33%

R = 73.67%
G = 6%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD123D (or 0xDD123D) is known color: Crimson. HEX triplet: DD, 12 and 3D. RGB value is (221,18,61). Sum of RGB (Red+Green+Blue) = 221+18+61=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD123D is #22EDC2. Grayscale: #535353. Windows color (decimal): -2289091 or 4002525. OLE color: 4002525.

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

Color convert

RGB 221 18 61 -
CMYK 0 0.92 0.72 0.13
HSL 347.29º 0.85% 0.47% -
HSV(B) 347.29º 0.92% 0.87% -
XYZ 30.88 16.14 5.9 -
YUV 83.6 115.25 226 -
System Red Green Blue C M Y K H S L
Decimal 221 18 61 0 0.92 0.72 0.13 347.29 0.85 0.47
Hex DD 12 3D 0 5C 48 D 15B 55 2F
Octal 335 22 75 0 134 110 15 533 125 57
Binary 11011101 10010 111101 0 1011100 1001000 1101 101011011 1010101 101111

Color Harmonies of #DD123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD123D

Black with #DD123D

Text Example


Text Example

White with #DD123D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD123D; }

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

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

background-color css

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

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

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

border-color css

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

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

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