Html Css Color HEX #DD0435 Crimson

📋 copy color: '#DD0435'

red 221 ◦ green 4 ◦ blue 53

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

Shades of Crimson #DD0435

Tints of Crimson #DD0435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.06%

R = 79.5%
G = 1.44%
B = 19.06%

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

#DD0435 (or 0xDD0435) is known color: Crimson. HEX triplet: DD, 04 and 35. RGB value is (221,4,53). Sum of RGB (Red+Green+Blue) = 221+4+53=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0435 is #22FBCA. Grayscale: #4A4A4A. Windows color (decimal): -2292683 or 3474653. OLE color: 3474653.

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

Color convert

RGB 221 4 53 -
CMYK 0 0.98 0.76 0.13
HSL 346.45º 0.96% 0.44% -
HSV(B) 346.45º 0.98% 0.87% -
XYZ 30.5 15.72 4.79 -
YUV 74.47 115.89 232.52 -
System Red Green Blue C M Y K H S L
Decimal 221 4 53 0 0.98 0.76 0.13 346.45 0.96 0.44
Hex DD 4 35 0 62 4C D 15A 60 2C
Octal 335 4 65 0 142 114 15 532 140 54
Binary 11011101 100 110101 0 1100010 1001100 1101 101011010 1100000 101100

Color Harmonies of #DD0435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0435

Black with #DD0435

Text Example


Text Example

White with #DD0435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0435; }

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

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

background-color css

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

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

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

border-color css

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

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

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