Html Css Color HEX #DD0942 Crimson

📋 copy color: '#DD0942'

red 221 ◦ green 9 ◦ blue 66

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

Shades of Crimson #DD0942

Tints of Crimson #DD0942

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.04%

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

R = 74.66%
G = 3.04%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD0942 (or 0xDD0942) is known color: Crimson. HEX triplet: DD, 09 and 42. RGB value is (221,9,66). Sum of RGB (Red+Green+Blue) = 221+9+66=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0942 is #22F6BD. Grayscale: #4E4E4E. Windows color (decimal): -2291390 or 4327901. OLE color: 4327901.

HSL color Cylindrical-coordinate representation of color #DD0942: hue angle of 343.87º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0942 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 9 66 -
CMYK 0 0.96 0.70 0.13
HSL 343.87º 0.92% 0.45% -
HSV(B) 343.87º 0.96% 0.87% -
XYZ 30.9 15.96 6.61 -
YUV 78.89 120.74 229.37 -
System Red Green Blue C M Y K H S L
Decimal 221 9 66 0 0.96 0.70 0.13 343.87 0.92 0.45
Hex DD 9 42 0 60 46 D 158 5C 2D
Octal 335 11 102 0 140 106 15 530 134 55
Binary 11011101 1001 1000010 0 1100000 1000110 1101 101011000 1011100 101101

Color Harmonies of #DD0942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0942

Black with #DD0942

Text Example


Text Example

White with #DD0942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0942; }

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

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

background-color css

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

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

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

border-color css

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

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

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