Html Css Color HEX #DD072B Crimson

📋 copy color: '#DD072B'

red 221 ◦ green 7 ◦ blue 43

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

Shades of Crimson #DD072B

Tints of Crimson #DD072B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.58%

 BLUE value IS 43 (17.19% from 255) = 15.87%

R = 81.55%
G = 2.58%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD072B (or 0xDD072B) is known color: Crimson. HEX triplet: DD, 07 and 2B. RGB value is (221,7,43). Sum of RGB (Red+Green+Blue) = 221+7+43=271 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.55% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 221 - color contains mainly: red. Hex color #DD072B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD072B is #22F8D4. Grayscale: #4B4B4B. Windows color (decimal): -2291925 or 2820061. OLE color: 2820061.

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

Color convert

RGB 221 7 43 -
CMYK 0 0.97 0.81 0.13
HSL 349.91º 0.94% 0.45% -
HSV(B) 349.91º 0.97% 0.87% -
XYZ 30.33 15.7 3.72 -
YUV 75.09 109.9 232.07 -
System Red Green Blue C M Y K H S L
Decimal 221 7 43 0 0.97 0.81 0.13 349.91 0.94 0.45
Hex DD 7 2B 0 61 51 D 15E 5E 2D
Octal 335 7 53 0 141 121 15 536 136 55
Binary 11011101 111 101011 0 1100001 1010001 1101 101011110 1011110 101101

Color Harmonies of #DD072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD072B

Black with #DD072B

Text Example


Text Example

White with #DD072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD072B; }

 p { color: rgb(221,7,43); }

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

background-color css

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

 a { background-color: rgb(221,7,43); }

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

border-color css

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

 span { border-color: rgb(221,7,43); }

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