Html Css Color HEX #DD0745 Crimson

📋 copy color: '#DD0745'

red 221 ◦ green 7 ◦ blue 69

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

Shades of Crimson #DD0745

Tints of Crimson #DD0745

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.36%

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

R = 74.41%
G = 2.36%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD0745 (or 0xDD0745) is known color: Crimson. HEX triplet: DD, 07 and 45. RGB value is (221,7,69). Sum of RGB (Red+Green+Blue) = 221+7+69=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0745 is #22F8BA. Grayscale: #4E4E4E. Windows color (decimal): -2291899 or 4523997. OLE color: 4523997.

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

Color convert

RGB 221 7 69 -
CMYK 0 0.97 0.69 0.13
HSL 342.62º 0.94% 0.45% -
HSV(B) 342.62º 0.97% 0.87% -
XYZ 30.97 15.95 7.08 -
YUV 78.05 122.9 229.96 -
System Red Green Blue C M Y K H S L
Decimal 221 7 69 0 0.97 0.69 0.13 342.62 0.94 0.45
Hex DD 7 45 0 61 45 D 157 5E 2D
Octal 335 7 105 0 141 105 15 527 136 55
Binary 11011101 111 1000101 0 1100001 1000101 1101 101010111 1011110 101101

Color Harmonies of #DD0745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0745

Black with #DD0745

Text Example


Text Example

White with #DD0745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0745; }

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

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

background-color css

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

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

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

border-color css

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

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

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