Html Css Color HEX #DD022A Crimson

📋 copy color: '#DD022A'

red 221 ◦ green 2 ◦ blue 42

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

Shades of Crimson #DD022A

Tints of Crimson #DD022A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 42 (16.8% from 255) = 15.85%

R = 83.4%
G = 0.75%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD022A (or 0xDD022A) is known color: Crimson. HEX triplet: DD, 02 and 2A. RGB value is (221,2,42). Sum of RGB (Red+Green+Blue) = 221+2+42=265 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.40% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 221 - color contains mainly: red. Hex color #DD022A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD022A is #22FDD5. Grayscale: #484848. Windows color (decimal): -2293206 or 2753245. OLE color: 2753245.

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

Color convert

RGB 221 2 42 -
CMYK 0 0.99 0.81 0.13
HSL 349.04º 0.98% 0.44% -
HSV(B) 349.04º 0.99% 0.87% -
XYZ 30.26 15.58 3.6 -
YUV 72.04 111.05 234.25 -
System Red Green Blue C M Y K H S L
Decimal 221 2 42 0 0.99 0.81 0.13 349.04 0.98 0.44
Hex DD 2 2A 0 63 51 D 15D 62 2C
Octal 335 2 52 0 143 121 15 535 142 54
Binary 11011101 10 101010 0 1100011 1010001 1101 101011101 1100010 101100

Color Harmonies of #DD022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD022A

Black with #DD022A

Text Example


Text Example

White with #DD022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD022A; }

 p { color: rgb(221,2,42); }

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

background-color css

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

 a { background-color: rgb(221,2,42); }

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

border-color css

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

 span { border-color: rgb(221,2,42); }

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