Html Css Color HEX #DD1630 Crimson

📋 copy color: '#DD1630'

red 221 ◦ green 22 ◦ blue 48

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

Shades of Crimson #DD1630

Tints of Crimson #DD1630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.56%

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

R = 75.95%
G = 7.56%
B = 16.49%

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

#DD1630 (or 0xDD1630) is known color: Crimson. HEX triplet: DD, 16 and 30. RGB value is (221,22,48). Sum of RGB (Red+Green+Blue) = 221+22+48=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1630 is #22E9CF. Grayscale: #545454. Windows color (decimal): -2288080 or 3151581. OLE color: 3151581.

HSL color Cylindrical-coordinate representation of color #DD1630: hue angle of 352.16º degrees, saturation: 0.82, 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 #DD1630 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 22 48 -
CMYK 0 0.90 0.78 0.13
HSL 352.16º 0.82% 0.48% -
HSV(B) 352.16º 0.9% 0.87% -
XYZ 30.64 16.16 4.3 -
YUV 84.47 107.43 225.39 -
System Red Green Blue C M Y K H S L
Decimal 221 22 48 0 0.90 0.78 0.13 352.16 0.82 0.48
Hex DD 16 30 0 5A 4E D 160 52 30
Octal 335 26 60 0 132 116 15 540 122 60
Binary 11011101 10110 110000 0 1011010 1001110 1101 101100000 1010010 110000

Color Harmonies of #DD1630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1630

Black with #DD1630

Text Example


Text Example

White with #DD1630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1630; }

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

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

background-color css

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

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

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

border-color css

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

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

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