Html Css Color HEX #E00745 Crimson

📋 copy color: '#E00745'

red 224 ◦ green 7 ◦ blue 69

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

Shades of Crimson #E00745

Tints of Crimson #E00745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23%

R = 74.67%
G = 2.33%
B = 23%

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

#E00745 (or 0xE00745) is known color: Crimson. HEX triplet: E0, 07 and 45. RGB value is (224,7,69). Sum of RGB (Red+Green+Blue) = 224+7+69=300 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.67% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 224 - color contains mainly: red. Hex color #E00745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00745 is #1FF8BA. Grayscale: #4E4E4E. Windows color (decimal): -2095291 or 4524000. OLE color: 4524000.

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

Color convert

RGB 224 7 69 -
CMYK 0 0.97 0.69 0.12
HSL 342.86º 0.94% 0.45% -
HSV(B) 342.86º 0.97% 0.88% -
XYZ 31.89 16.43 7.12 -
YUV 78.95 122.39 231.46 -
System Red Green Blue C M Y K H S L
Decimal 224 7 69 0 0.97 0.69 0.12 342.86 0.94 0.45
Hex E0 7 45 0 61 45 C 157 5E 2D
Octal 340 7 105 0 141 105 14 527 136 55
Binary 11100000 111 1000101 0 1100001 1000101 1100 101010111 1011110 101101

Color Harmonies of #E00745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00745

Black with #E00745

Text Example


Text Example

White with #E00745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00745; }

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

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

background-color css

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

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

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

border-color css

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

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

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