Html Css Color HEX #DE0749 Crimson

📋 copy color: '#DE0749'

red 222 ◦ green 7 ◦ blue 73

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

Shades of Crimson #DE0749

Tints of Crimson #DE0749

RGB

 RED value IS 222 (87.11% from 255) = 73.51%

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

 BLUE value IS 73 (28.91% from 255) = 24.17%

R = 73.51%
G = 2.32%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DE0749 (or 0xDE0749) is known color: Crimson. HEX triplet: DE, 07 and 49. RGB value is (222,7,73). Sum of RGB (Red+Green+Blue) = 222+7+73=302 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.51% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0749 is #21F8B6. Grayscale: #4E4E4E. Windows color (decimal): -2226359 or 4786142. OLE color: 4786142.

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

Color convert

RGB 222 7 73 -
CMYK 0 0.97 0.67 0.13
HSL 341.58º 0.94% 0.45% -
HSV(B) 341.58º 0.97% 0.87% -
XYZ 31.4 16.16 7.77 -
YUV 78.81 124.73 230.13 -
System Red Green Blue C M Y K H S L
Decimal 222 7 73 0 0.97 0.67 0.13 341.58 0.94 0.45
Hex DE 7 49 0 61 43 D 156 5E 2D
Octal 336 7 111 0 141 103 15 526 136 55
Binary 11011110 111 1001001 0 1100001 1000011 1101 101010110 1011110 101101

Color Harmonies of #DE0749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0749

Black with #DE0749

Text Example


Text Example

White with #DE0749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0749; }

 p { color: rgb(222,7,73); }

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

background-color css

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

 a { background-color: rgb(222,7,73); }

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

border-color css

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

 span { border-color: rgb(222,7,73); }

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