Html Css Color HEX #E70944 Crimson

📋 copy color: '#E70944'

red 231 ◦ green 9 ◦ blue 68

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

Shades of Crimson #E70944

Tints of Crimson #E70944

RGB

 RED value IS 231 (90.63% from 255) = 75%

 GREEN value IS 9 (3.91% from 255) = 2.92%

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

R = 75%
G = 2.92%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E70944 (or 0xE70944) is known color: Crimson. HEX triplet: E7, 09 and 44. RGB value is (231,9,68). Sum of RGB (Red+Green+Blue) = 231+9+68=308 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 231 - color contains mainly: red. Hex color #E70944 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70944 is #18F6BB. Grayscale: #525252. Windows color (decimal): -1636028 or 4458983. OLE color: 4458983.

HSL color Cylindrical-coordinate representation of color #E70944: hue angle of 344.05º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70944 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 9 68 -
CMYK 0 0.96 0.71 0.09
HSL 344.05º 0.93% 0.47% -
HSV(B) 344.05º 0.96% 0.91% -
XYZ 34.1 17.6 7.07 -
YUV 82.1 120.05 234.2 -
System Red Green Blue C M Y K H S L
Decimal 231 9 68 0 0.96 0.71 0.09 344.05 0.93 0.47
Hex E7 9 44 0 60 47 9 158 5C 2F
Octal 347 11 104 0 140 107 11 530 134 57
Binary 11100111 1001 1000100 0 1100000 1000111 1001 101011000 1011100 101111

Color Harmonies of #E70944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70944

Black with #E70944

Text Example


Text Example

White with #E70944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70944; }

 p { color: rgb(231,9,68); }

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

background-color css

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

 a { background-color: rgb(231,9,68); }

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

border-color css

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

 span { border-color: rgb(231,9,68); }

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