Html Css Color HEX #DD0034 Crimson

📋 copy color: '#DD0034'

red 221 ◦ green 0 ◦ blue 52

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

Shades of Crimson #DD0034

Tints of Crimson #DD0034

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80.95%
G = 0%
B = 19.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD0034 (or 0xDD0034) is known color: Crimson. HEX triplet: DD, 00 and 34. RGB value is (221,0,52). Sum of RGB (Red+Green+Blue) = 221+0+52=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0034 is #22FFCB. Grayscale: #484848. Windows color (decimal): -2293708 or 3408093. OLE color: 3408093.

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

Color convert

RGB 221 0 52 -
CMYK 0 1 0.76 0.13
HSL 345.88º 1% 0.43% -
HSV(B) 345.88º 1% 0.87% -
XYZ 30.44 15.62 4.66 -
YUV 72.01 116.72 234.27 -
System Red Green Blue C M Y K H S L
Decimal 221 0 52 0 1 0.76 0.13 345.88 1 0.43
Hex DD 0 34 0 64 4C D 15A 64 2B
Octal 335 0 64 0 144 114 15 532 144 53
Binary 11011101 0 110100 0 1100100 1001100 1101 101011010 1100100 101011

Color Harmonies of #DD0034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0034

Black with #DD0034

Text Example


Text Example

White with #DD0034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0034; }

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

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

background-color css

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

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

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

border-color css

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

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

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