Html Css Color HEX #DD0F38 Crimson

📋 copy color: '#DD0F38'

red 221 ◦ green 15 ◦ blue 56

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

Shades of Crimson #DD0F38

Tints of Crimson #DD0F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.18%

R = 75.68%
G = 5.14%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD0F38 (or 0xDD0F38) is known color: Crimson. HEX triplet: DD, 0F and 38. RGB value is (221,15,56). Sum of RGB (Red+Green+Blue) = 221+15+56=292 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.68% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0F38 is #22F0C7. Grayscale: #515151. Windows color (decimal): -2289864 or 3674077. OLE color: 3674077.

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

Color convert

RGB 221 15 56 -
CMYK 0 0.93 0.75 0.13
HSL 348.06º 0.87% 0.46% -
HSV(B) 348.06º 0.93% 0.87% -
XYZ 30.7 16 5.21 -
YUV 81.27 113.75 227.67 -
System Red Green Blue C M Y K H S L
Decimal 221 15 56 0 0.93 0.75 0.13 348.06 0.87 0.46
Hex DD F 38 0 5D 4B D 15C 57 2E
Octal 335 17 70 0 135 113 15 534 127 56
Binary 11011101 1111 111000 0 1011101 1001011 1101 101011100 1010111 101110

Color Harmonies of #DD0F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0F38

Black with #DD0F38

Text Example


Text Example

White with #DD0F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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