Html Css Color HEX #DD0C47 Crimson

📋 copy color: '#DD0C47'

red 221 ◦ green 12 ◦ blue 71

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

Shades of Crimson #DD0C47

Tints of Crimson #DD0C47

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.95%

 BLUE value IS 71 (28.13% from 255) = 23.36%

R = 72.7%
G = 3.95%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD0C47 (or 0xDD0C47) is known color: Crimson. HEX triplet: DD, 0C and 47. RGB value is (221,12,71). Sum of RGB (Red+Green+Blue) = 221+12+71=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0C47 is #22F3B8. Grayscale: #515151. Windows color (decimal): -2290617 or 4656349. OLE color: 4656349.

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

Color convert

RGB 221 12 71 -
CMYK 0 0.95 0.68 0.13
HSL 343.06º 0.9% 0.46% -
HSV(B) 343.06º 0.95% 0.87% -
XYZ 31.09 16.09 7.43 -
YUV 81.22 122.24 227.7 -
System Red Green Blue C M Y K H S L
Decimal 221 12 71 0 0.95 0.68 0.13 343.06 0.9 0.46
Hex DD C 47 0 5F 44 D 157 5A 2E
Octal 335 14 107 0 137 104 15 527 132 56
Binary 11011101 1100 1000111 0 1011111 1000100 1101 101010111 1011010 101110

Color Harmonies of #DD0C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0C47

Black with #DD0C47

Text Example


Text Example

White with #DD0C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0C47; }

 p { color: rgb(221,12,71); }

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

background-color css

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

 a { background-color: rgb(221,12,71); }

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

border-color css

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

 span { border-color: rgb(221,12,71); }

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