Html Css Color HEX #E00744 Crimson

📋 copy color: '#E00744'

red 224 ◦ green 7 ◦ blue 68

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

Shades of Crimson #E00744

Tints of Crimson #E00744

RGB

 RED value IS 224 (87.89% from 255) = 74.92%

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

 BLUE value IS 68 (26.95% from 255) = 22.74%

R = 74.92%
G = 2.34%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E00744 (or 0xE00744) is known color: Crimson. HEX triplet: E0, 07 and 44. RGB value is (224,7,68). Sum of RGB (Red+Green+Blue) = 224+7+68=299 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.92% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 224 - color contains mainly: red. Hex color #E00744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00744 is #1FF8BB. Grayscale: #4E4E4E. Windows color (decimal): -2095292 or 4458464. OLE color: 4458464.

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

Color convert

RGB 224 7 68 -
CMYK 0 0.97 0.70 0.12
HSL 343.13º 0.94% 0.45% -
HSV(B) 343.13º 0.97% 0.88% -
XYZ 31.86 16.42 6.96 -
YUV 78.84 121.89 231.54 -
System Red Green Blue C M Y K H S L
Decimal 224 7 68 0 0.97 0.70 0.12 343.13 0.94 0.45
Hex E0 7 44 0 61 46 C 157 5E 2D
Octal 340 7 104 0 141 106 14 527 136 55
Binary 11100000 111 1000100 0 1100001 1000110 1100 101010111 1011110 101101

Color Harmonies of #E00744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00744

Black with #E00744

Text Example


Text Example

White with #E00744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00744; }

 p { color: rgb(224,7,68); }

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

background-color css

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

 a { background-color: rgb(224,7,68); }

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

border-color css

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

 span { border-color: rgb(224,7,68); }

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