Html Css Color HEX #DD0345 Crimson

📋 copy color: '#DD0345'

red 221 ◦ green 3 ◦ blue 69

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

Shades of Crimson #DD0345

Tints of Crimson #DD0345

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

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

R = 75.43%
G = 1.02%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD0345 (or 0xDD0345) is known color: Crimson. HEX triplet: DD, 03 and 45. RGB value is (221,3,69). Sum of RGB (Red+Green+Blue) = 221+3+69=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0345 is #22FCBA. Grayscale: #4B4B4B. Windows color (decimal): -2292923 or 4522973. OLE color: 4522973.

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

Color convert

RGB 221 3 69 -
CMYK 0 0.99 0.69 0.13
HSL 341.83º 0.97% 0.44% -
HSV(B) 341.83º 0.99% 0.87% -
XYZ 30.93 15.87 7.06 -
YUV 75.71 124.22 231.63 -
System Red Green Blue C M Y K H S L
Decimal 221 3 69 0 0.99 0.69 0.13 341.83 0.97 0.44
Hex DD 3 45 0 63 45 D 156 61 2C
Octal 335 3 105 0 143 105 15 526 141 54
Binary 11011101 11 1000101 0 1100011 1000101 1101 101010110 1100001 101100

Color Harmonies of #DD0345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0345

Black with #DD0345

Text Example


Text Example

White with #DD0345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0345; }

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

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

background-color css

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

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

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

border-color css

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

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

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