Html Css Color HEX #DD0042 Crimson

📋 copy color: '#DD0042'

red 221 ◦ green 0 ◦ blue 66

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

Shades of Crimson #DD0042

Tints of Crimson #DD0042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23%

R = 77%
G = 0%
B = 23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD0042 (or 0xDD0042) is known color: Crimson. HEX triplet: DD, 00 and 42. RGB value is (221,0,66). Sum of RGB (Red+Green+Blue) = 221+0+66=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0042 is #22FFBD. Grayscale: #494949. Windows color (decimal): -2293694 or 4325597. OLE color: 4325597.

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

Color convert

RGB 221 0 66 -
CMYK 0 1 0.70 0.13
HSL 342.08º 1% 0.43% -
HSV(B) 342.08º 1% 0.87% -
XYZ 30.8 15.77 6.57 -
YUV 73.6 123.72 233.13 -
System Red Green Blue C M Y K H S L
Decimal 221 0 66 0 1 0.70 0.13 342.08 1 0.43
Hex DD 0 42 0 64 46 D 156 64 2B
Octal 335 0 102 0 144 106 15 526 144 53
Binary 11011101 0 1000010 0 1100100 1000110 1101 101010110 1100100 101011

Color Harmonies of #DD0042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0042

Black with #DD0042

Text Example


Text Example

White with #DD0042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0042; }

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

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

background-color css

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

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

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

border-color css

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

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

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