Html Css Color HEX #DD022D Crimson

📋 copy color: '#DD022D'

red 221 ◦ green 2 ◦ blue 45

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

Shades of Crimson #DD022D

Tints of Crimson #DD022D

RGB

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

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

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

R = 82.46%
G = 0.75%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD022D (or 0xDD022D) is known color: Crimson. HEX triplet: DD, 02 and 2D. RGB value is (221,2,45). Sum of RGB (Red+Green+Blue) = 221+2+45=268 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.46% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 221 - color contains mainly: red. Hex color #DD022D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD022D is #22FDD2. Grayscale: #484848. Windows color (decimal): -2293203 or 2949853. OLE color: 2949853.

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

Color convert

RGB 221 2 45 -
CMYK 0 0.99 0.80 0.13
HSL 348.22º 0.98% 0.44% -
HSV(B) 348.22º 0.99% 0.87% -
XYZ 30.31 15.61 3.9 -
YUV 72.38 112.55 234 -
System Red Green Blue C M Y K H S L
Decimal 221 2 45 0 0.99 0.80 0.13 348.22 0.98 0.44
Hex DD 2 2D 0 63 50 D 15C 62 2C
Octal 335 2 55 0 143 120 15 534 142 54
Binary 11011101 10 101101 0 1100011 1010000 1101 101011100 1100010 101100

Color Harmonies of #DD022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD022D

Black with #DD022D

Text Example


Text Example

White with #DD022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD022D; }

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

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

background-color css

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

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

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

border-color css

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

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

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