Html Css Color HEX #DD0934 Crimson

📋 copy color: '#DD0934'

red 221 ◦ green 9 ◦ blue 52

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

Shades of Crimson #DD0934

Tints of Crimson #DD0934

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.19%

 BLUE value IS 52 (20.7% from 255) = 18.44%

R = 78.37%
G = 3.19%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD0934 (or 0xDD0934) is known color: Crimson. HEX triplet: DD, 09 and 34. RGB value is (221,9,52). Sum of RGB (Red+Green+Blue) = 221+9+52=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0934 is #22F6CB. Grayscale: #4D4D4D. Windows color (decimal): -2291404 or 3410397. OLE color: 3410397.

HSL color Cylindrical-coordinate representation of color #DD0934: hue angle of 347.83º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0934 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 9 52 -
CMYK 0 0.96 0.76 0.13
HSL 347.83º 0.92% 0.45% -
HSV(B) 347.83º 0.96% 0.87% -
XYZ 30.54 15.82 4.69 -
YUV 77.29 113.74 230.5 -
System Red Green Blue C M Y K H S L
Decimal 221 9 52 0 0.96 0.76 0.13 347.83 0.92 0.45
Hex DD 9 34 0 60 4C D 15C 5C 2D
Octal 335 11 64 0 140 114 15 534 134 55
Binary 11011101 1001 110100 0 1100000 1001100 1101 101011100 1011100 101101

Color Harmonies of #DD0934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0934

Black with #DD0934

Text Example


Text Example

White with #DD0934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0934; }

 p { color: rgb(221,9,52); }

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

background-color css

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

 a { background-color: rgb(221,9,52); }

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

border-color css

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

 span { border-color: rgb(221,9,52); }

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