Html Css Color HEX #DD1730 Crimson

📋 copy color: '#DD1730'

red 221 ◦ green 23 ◦ blue 48

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

Shades of Crimson #DD1730

Tints of Crimson #DD1730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.88%

 BLUE value IS 48 (19.14% from 255) = 16.44%

R = 75.68%
G = 7.88%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD1730 (or 0xDD1730) is known color: Crimson. HEX triplet: DD, 17 and 30. RGB value is (221,23,48). Sum of RGB (Red+Green+Blue) = 221+23+48=292 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.68% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1730 is #22E8CF. Grayscale: #555555. Windows color (decimal): -2287824 or 3151837. OLE color: 3151837.

HSL color Cylindrical-coordinate representation of color #DD1730: hue angle of 352.42º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1730 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 23 48 -
CMYK 0 0.90 0.78 0.13
HSL 352.42º 0.81% 0.48% -
HSV(B) 352.42º 0.9% 0.87% -
XYZ 30.66 16.2 4.31 -
YUV 85.05 107.1 224.97 -
System Red Green Blue C M Y K H S L
Decimal 221 23 48 0 0.90 0.78 0.13 352.42 0.81 0.48
Hex DD 17 30 0 5A 4E D 160 51 30
Octal 335 27 60 0 132 116 15 540 121 60
Binary 11011101 10111 110000 0 1011010 1001110 1101 101100000 1010001 110000

Color Harmonies of #DD1730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1730

Black with #DD1730

Text Example


Text Example

White with #DD1730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1730; }

 p { color: rgb(221,23,48); }

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

background-color css

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

 a { background-color: rgb(221,23,48); }

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

border-color css

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

 span { border-color: rgb(221,23,48); }

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