Html Css Color HEX #DD042D Crimson

📋 copy color: '#DD042D'

red 221 ◦ green 4 ◦ blue 45

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

Shades of Crimson #DD042D

Tints of Crimson #DD042D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.67%

R = 81.85%
G = 1.48%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD042D (or 0xDD042D) is known color: Crimson. HEX triplet: DD, 04 and 2D. RGB value is (221,4,45). Sum of RGB (Red+Green+Blue) = 221+4+45=270 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.85% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 221 - color contains mainly: red. Hex color #DD042D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD042D is #22FBD2. Grayscale: #494949. Windows color (decimal): -2292691 or 2950365. OLE color: 2950365.

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

Color convert

RGB 221 4 45 -
CMYK 0 0.98 0.80 0.13
HSL 348.66º 0.96% 0.44% -
HSV(B) 348.66º 0.98% 0.87% -
XYZ 30.34 15.65 3.9 -
YUV 73.56 111.89 233.17 -
System Red Green Blue C M Y K H S L
Decimal 221 4 45 0 0.98 0.80 0.13 348.66 0.96 0.44
Hex DD 4 2D 0 62 50 D 15D 60 2C
Octal 335 4 55 0 142 120 15 535 140 54
Binary 11011101 100 101101 0 1100010 1010000 1101 101011101 1100000 101100

Color Harmonies of #DD042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD042D

Black with #DD042D

Text Example


Text Example

White with #DD042D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD042D; }

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

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

background-color css

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

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

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

border-color css

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

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

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