Html Css Color HEX #DD0F2D Crimson

📋 copy color: '#DD0F2D'

red 221 ◦ green 15 ◦ blue 45

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

Shades of Crimson #DD0F2D

Tints of Crimson #DD0F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.01%

R = 78.65%
G = 5.34%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD0F2D (or 0xDD0F2D) is known color: Crimson. HEX triplet: DD, 0F and 2D. RGB value is (221,15,45). Sum of RGB (Red+Green+Blue) = 221+15+45=281 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.65% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0F2D is #22F0D2. Grayscale: #505050. Windows color (decimal): -2289875 or 2953181. OLE color: 2953181.

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

Color convert

RGB 221 15 45 -
CMYK 0 0.93 0.80 0.13
HSL 351.26º 0.87% 0.46% -
HSV(B) 351.26º 0.93% 0.87% -
XYZ 30.46 15.9 3.95 -
YUV 80.01 108.25 228.56 -
System Red Green Blue C M Y K H S L
Decimal 221 15 45 0 0.93 0.80 0.13 351.26 0.87 0.46
Hex DD F 2D 0 5D 50 D 15F 57 2E
Octal 335 17 55 0 135 120 15 537 127 56
Binary 11011101 1111 101101 0 1011101 1010000 1101 101011111 1010111 101110

Color Harmonies of #DD0F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0F2D

Black with #DD0F2D

Text Example


Text Example

White with #DD0F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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