Html Css Color HEX #DD0945 Crimson

📋 copy color: '#DD0945'

red 221 ◦ green 9 ◦ blue 69

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

Shades of Crimson #DD0945

Tints of Crimson #DD0945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.08%

R = 73.91%
G = 3.01%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD0945 (or 0xDD0945) is known color: Crimson. HEX triplet: DD, 09 and 45. RGB value is (221,9,69). Sum of RGB (Red+Green+Blue) = 221+9+69=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0945 is #22F6BA. Grayscale: #4F4F4F. Windows color (decimal): -2291387 or 4524509. OLE color: 4524509.

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

Color convert

RGB 221 9 69 -
CMYK 0 0.96 0.69 0.13
HSL 343.02º 0.92% 0.45% -
HSV(B) 343.02º 0.96% 0.87% -
XYZ 30.99 16 7.08 -
YUV 79.23 122.24 229.12 -
System Red Green Blue C M Y K H S L
Decimal 221 9 69 0 0.96 0.69 0.13 343.02 0.92 0.45
Hex DD 9 45 0 60 45 D 157 5C 2D
Octal 335 11 105 0 140 105 15 527 134 55
Binary 11011101 1001 1000101 0 1100000 1000101 1101 101010111 1011100 101101

Color Harmonies of #DD0945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0945

Black with #DD0945

Text Example


Text Example

White with #DD0945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0945; }

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

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

background-color css

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

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

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

border-color css

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

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

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