Html Css Color HEX #DD072E Crimson

📋 copy color: '#DD072E'

red 221 ◦ green 7 ◦ blue 46

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

Shades of Crimson #DD072E

Tints of Crimson #DD072E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.79%

R = 80.66%
G = 2.55%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD072E (or 0xDD072E) is known color: Crimson. HEX triplet: DD, 07 and 2E. RGB value is (221,7,46). Sum of RGB (Red+Green+Blue) = 221+7+46=274 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.66% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 221 - color contains mainly: red. Hex color #DD072E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD072E is #22F8D1. Grayscale: #4B4B4B. Windows color (decimal): -2291922 or 3016669. OLE color: 3016669.

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

Color convert

RGB 221 7 46 -
CMYK 0 0.97 0.79 0.13
HSL 349.07º 0.94% 0.45% -
HSV(B) 349.07º 0.97% 0.87% -
XYZ 30.39 15.72 4.02 -
YUV 75.43 111.4 231.83 -
System Red Green Blue C M Y K H S L
Decimal 221 7 46 0 0.97 0.79 0.13 349.07 0.94 0.45
Hex DD 7 2E 0 61 4F D 15D 5E 2D
Octal 335 7 56 0 141 117 15 535 136 55
Binary 11011101 111 101110 0 1100001 1001111 1101 101011101 1011110 101101

Color Harmonies of #DD072E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD072E

Black with #DD072E

Text Example


Text Example

White with #DD072E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD072E; }

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

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

background-color css

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

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

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

border-color css

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

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

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