Html Css Color HEX #DD0F2F Crimson

📋 copy color: '#DD0F2F'

red 221 ◦ green 15 ◦ blue 47

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

Shades of Crimson #DD0F2F

Tints of Crimson #DD0F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.61%

R = 78.09%
G = 5.3%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD0F2F (or 0xDD0F2F) is known color: Crimson. HEX triplet: DD, 0F and 2F. RGB value is (221,15,47). Sum of RGB (Red+Green+Blue) = 221+15+47=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0F2F is #22F0D0. Grayscale: #505050. Windows color (decimal): -2289873 or 3084253. OLE color: 3084253.

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

Color convert

RGB 221 15 47 -
CMYK 0 0.93 0.79 0.13
HSL 350.68º 0.87% 0.46% -
HSV(B) 350.68º 0.93% 0.87% -
XYZ 30.5 15.92 4.15 -
YUV 80.24 109.25 228.4 -
System Red Green Blue C M Y K H S L
Decimal 221 15 47 0 0.93 0.79 0.13 350.68 0.87 0.46
Hex DD F 2F 0 5D 4F D 15F 57 2E
Octal 335 17 57 0 135 117 15 537 127 56
Binary 11011101 1111 101111 0 1011101 1001111 1101 101011111 1010111 101110

Color Harmonies of #DD0F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0F2F

Black with #DD0F2F

Text Example


Text Example

White with #DD0F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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