Html Css Color HEX #E00746 Crimson

📋 copy color: '#E00746'

red 224 ◦ green 7 ◦ blue 70

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

Shades of Crimson #E00746

Tints of Crimson #E00746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.26%

R = 74.42%
G = 2.33%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E00746 (or 0xE00746) is known color: Crimson. HEX triplet: E0, 07 and 46. RGB value is (224,7,70). Sum of RGB (Red+Green+Blue) = 224+7+70=301 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.42% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 224 - color contains mainly: red. Hex color #E00746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00746 is #1FF8B9. Grayscale: #4F4F4F. Windows color (decimal): -2095290 or 4589536. OLE color: 4589536.

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

Color convert

RGB 224 7 70 -
CMYK 0 0.97 0.69 0.12
HSL 342.58º 0.94% 0.45% -
HSV(B) 342.58º 0.97% 0.88% -
XYZ 31.92 16.44 7.29 -
YUV 79.07 122.89 231.38 -
System Red Green Blue C M Y K H S L
Decimal 224 7 70 0 0.97 0.69 0.12 342.58 0.94 0.45
Hex E0 7 46 0 61 45 C 157 5E 2D
Octal 340 7 106 0 141 105 14 527 136 55
Binary 11100000 111 1000110 0 1100001 1000101 1100 101010111 1011110 101101

Color Harmonies of #E00746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00746

Black with #E00746

Text Example


Text Example

White with #E00746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00746; }

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

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

background-color css

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

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

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

border-color css

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

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

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