Html Css Color HEX #DD073E Crimson

📋 copy color: '#DD073E'

red 221 ◦ green 7 ◦ blue 62

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

Shades of Crimson #DD073E

Tints of Crimson #DD073E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.38%

R = 76.21%
G = 2.41%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD073E (or 0xDD073E) is known color: Crimson. HEX triplet: DD, 07 and 3E. RGB value is (221,7,62). Sum of RGB (Red+Green+Blue) = 221+7+62=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD073E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD073E is #22F8C1. Grayscale: #4D4D4D. Windows color (decimal): -2291906 or 4065245. OLE color: 4065245.

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

Color convert

RGB 221 7 62 -
CMYK 0 0.97 0.72 0.13
HSL 344.58º 0.94% 0.45% -
HSV(B) 344.58º 0.97% 0.87% -
XYZ 30.76 15.87 6 -
YUV 77.26 119.4 230.53 -
System Red Green Blue C M Y K H S L
Decimal 221 7 62 0 0.97 0.72 0.13 344.58 0.94 0.45
Hex DD 7 3E 0 61 48 D 159 5E 2D
Octal 335 7 76 0 141 110 15 531 136 55
Binary 11011101 111 111110 0 1100001 1001000 1101 101011001 1011110 101101

Color Harmonies of #DD073E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD073E

Black with #DD073E

Text Example


Text Example

White with #DD073E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD073E; }

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

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

background-color css

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

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

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

border-color css

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

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

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