Html Css Color HEX #DD042F Crimson

📋 copy color: '#DD042F'

red 221 ◦ green 4 ◦ blue 47

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

Shades of Crimson #DD042F

Tints of Crimson #DD042F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.28%

R = 81.25%
G = 1.47%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD042F (or 0xDD042F) is known color: Crimson. HEX triplet: DD, 04 and 2F. RGB value is (221,4,47). Sum of RGB (Red+Green+Blue) = 221+4+47=272 (36% of max value = 765). Red value is 221 (86.72% from 255 or 81.25% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 221 - color contains mainly: red. Hex color #DD042F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD042F is #22FBD0. Grayscale: #494949. Windows color (decimal): -2292689 or 3081437. OLE color: 3081437.

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

Color convert

RGB 221 4 47 -
CMYK 0 0.98 0.79 0.13
HSL 348.11º 0.96% 0.44% -
HSV(B) 348.11º 0.98% 0.87% -
XYZ 30.38 15.66 4.11 -
YUV 73.79 112.89 233 -
System Red Green Blue C M Y K H S L
Decimal 221 4 47 0 0.98 0.79 0.13 348.11 0.96 0.44
Hex DD 4 2F 0 62 4F D 15C 60 2C
Octal 335 4 57 0 142 117 15 534 140 54
Binary 11011101 100 101111 0 1100010 1001111 1101 101011100 1100000 101100

Color Harmonies of #DD042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD042F

Black with #DD042F

Text Example


Text Example

White with #DD042F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD042F; }

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

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

background-color css

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

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

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

border-color css

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

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

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