Html Css Color HEX #DD0030 Crimson

📋 copy color: '#DD0030'

red 221 ◦ green 0 ◦ blue 48

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

Shades of Crimson #DD0030

Tints of Crimson #DD0030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 82.16%
G = 0%
B = 17.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD0030 (or 0xDD0030) is known color: Crimson. HEX triplet: DD, 00 and 30. RGB value is (221,0,48). Sum of RGB (Red+Green+Blue) = 221+0+48=269 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.16% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0030 is #22FFCF. Grayscale: #474747. Windows color (decimal): -2293712 or 3145949. OLE color: 3145949.

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

Color convert

RGB 221 0 48 -
CMYK 0 1 0.78 0.13
HSL 346.97º 1% 0.43% -
HSV(B) 346.97º 1% 0.87% -
XYZ 30.35 15.59 4.2 -
YUV 71.55 114.72 234.6 -
System Red Green Blue C M Y K H S L
Decimal 221 0 48 0 1 0.78 0.13 346.97 1 0.43
Hex DD 0 30 0 64 4E D 15B 64 2B
Octal 335 0 60 0 144 116 15 533 144 53
Binary 11011101 0 110000 0 1100100 1001110 1101 101011011 1100100 101011

Color Harmonies of #DD0030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0030

Black with #DD0030

Text Example


Text Example

White with #DD0030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0030; }

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

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

background-color css

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

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

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

border-color css

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

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

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