Html Css Color HEX #DD1030 Crimson

📋 copy color: '#DD1030'

red 221 ◦ green 16 ◦ blue 48

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

Shades of Crimson #DD1030

Tints of Crimson #DD1030

RGB

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

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

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

R = 77.54%
G = 5.61%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD1030 (or 0xDD1030) is known color: Crimson. HEX triplet: DD, 10 and 30. RGB value is (221,16,48). Sum of RGB (Red+Green+Blue) = 221+16+48=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1030 is #22EFCF. Grayscale: #515151. Windows color (decimal): -2289616 or 3150045. OLE color: 3150045.

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

Color convert

RGB 221 16 48 -
CMYK 0 0.93 0.78 0.13
HSL 350.63º 0.86% 0.46% -
HSV(B) 350.63º 0.93% 0.87% -
XYZ 30.54 15.96 4.27 -
YUV 80.94 109.42 227.9 -
System Red Green Blue C M Y K H S L
Decimal 221 16 48 0 0.93 0.78 0.13 350.63 0.86 0.46
Hex DD 10 30 0 5D 4E D 15F 56 2E
Octal 335 20 60 0 135 116 15 537 126 56
Binary 11011101 10000 110000 0 1011101 1001110 1101 101011111 1010110 101110

Color Harmonies of #DD1030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1030

Black with #DD1030

Text Example


Text Example

White with #DD1030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1030; }

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

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

background-color css

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

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

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

border-color css

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

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

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