Html Css Color HEX #DD0F44 Crimson

📋 copy color: '#DD0F44'

red 221 ◦ green 15 ◦ blue 68

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

Shades of Crimson #DD0F44

Tints of Crimson #DD0F44

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.93%

 BLUE value IS 68 (26.95% from 255) = 22.37%

R = 72.7%
G = 4.93%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD0F44 (or 0xDD0F44) is known color: Crimson. HEX triplet: DD, 0F and 44. RGB value is (221,15,68). Sum of RGB (Red+Green+Blue) = 221+15+68=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0F44 is #22F0BB. Grayscale: #525252. Windows color (decimal): -2289852 or 4460509. OLE color: 4460509.

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

Color convert

RGB 221 15 68 -
CMYK 0 0.93 0.69 0.13
HSL 344.56º 0.87% 0.46% -
HSV(B) 344.56º 0.93% 0.87% -
XYZ 31.03 16.13 6.95 -
YUV 82.64 119.75 226.69 -
System Red Green Blue C M Y K H S L
Decimal 221 15 68 0 0.93 0.69 0.13 344.56 0.87 0.46
Hex DD F 44 0 5D 45 D 159 57 2E
Octal 335 17 104 0 135 105 15 531 127 56
Binary 11011101 1111 1000100 0 1011101 1000101 1101 101011001 1010111 101110

Color Harmonies of #DD0F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0F44

Black with #DD0F44

Text Example


Text Example

White with #DD0F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0F44; }

 p { color: rgb(221,15,68); }

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

background-color css

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

 a { background-color: rgb(221,15,68); }

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

border-color css

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

 span { border-color: rgb(221,15,68); }

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