Html Css Color HEX #DD0434 Crimson

📋 copy color: '#DD0434'

red 221 ◦ green 4 ◦ blue 52

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

Shades of Crimson #DD0434

Tints of Crimson #DD0434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.44%

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

R = 79.78%
G = 1.44%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD0434 (or 0xDD0434) is known color: Crimson. HEX triplet: DD, 04 and 34. RGB value is (221,4,52). Sum of RGB (Red+Green+Blue) = 221+4+52=277 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.78% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0434 is #22FBCB. Grayscale: #4A4A4A. Windows color (decimal): -2292684 or 3409117. OLE color: 3409117.

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

Color convert

RGB 221 4 52 -
CMYK 0 0.98 0.76 0.13
HSL 346.73º 0.96% 0.44% -
HSV(B) 346.73º 0.98% 0.87% -
XYZ 30.48 15.71 4.67 -
YUV 74.36 115.39 232.6 -
System Red Green Blue C M Y K H S L
Decimal 221 4 52 0 0.98 0.76 0.13 346.73 0.96 0.44
Hex DD 4 34 0 62 4C D 15B 60 2C
Octal 335 4 64 0 142 114 15 533 140 54
Binary 11011101 100 110100 0 1100010 1001100 1101 101011011 1100000 101100

Color Harmonies of #DD0434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0434

Black with #DD0434

Text Example


Text Example

White with #DD0434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0434; }

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

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

background-color css

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

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

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

border-color css

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

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

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