Html Css Color HEX #DD0F3A Crimson

📋 copy color: '#DD0F3A'

red 221 ◦ green 15 ◦ blue 58

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

Shades of Crimson #DD0F3A

Tints of Crimson #DD0F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.73%

R = 75.17%
G = 5.1%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD0F3A (or 0xDD0F3A) is known color: Crimson. HEX triplet: DD, 0F and 3A. RGB value is (221,15,58). Sum of RGB (Red+Green+Blue) = 221+15+58=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0F3A is #22F0C5. Grayscale: #515151. Windows color (decimal): -2289862 or 3805149. OLE color: 3805149.

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

Color convert

RGB 221 15 58 -
CMYK 0 0.93 0.74 0.13
HSL 347.48º 0.87% 0.46% -
HSV(B) 347.48º 0.93% 0.87% -
XYZ 30.75 16.02 5.47 -
YUV 81.5 114.75 227.5 -
System Red Green Blue C M Y K H S L
Decimal 221 15 58 0 0.93 0.74 0.13 347.48 0.87 0.46
Hex DD F 3A 0 5D 4A D 15B 57 2E
Octal 335 17 72 0 135 112 15 533 127 56
Binary 11011101 1111 111010 0 1011101 1001010 1101 101011011 1010111 101110

Color Harmonies of #DD0F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0F3A

Black with #DD0F3A

Text Example


Text Example

White with #DD0F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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