Html Css Color HEX #E70036 Crimson

📋 copy color: '#E70036'

red 231 ◦ green 0 ◦ blue 54

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

Shades of Crimson #E70036

Tints of Crimson #E70036

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 54 (21.48% from 255) = 18.95%

R = 81.05%
G = 0%
B = 18.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#E70036 (or 0xE70036) is known color: Crimson. HEX triplet: E7, 00 and 36. RGB value is (231,0,54). Sum of RGB (Red+Green+Blue) = 231+0+54=285 (37% of max value = 765). Red value is 231 (90.62% from 255 or 81.05% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 231 - color contains mainly: red. Hex color #E70036 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70036 is #18FFC9. Grayscale: #4B4B4B. Windows color (decimal): -1638346 or 3539175. OLE color: 3539175.

HSL color Cylindrical-coordinate representation of color #E70036: hue angle of 345.97º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E70036 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 0 54 -
CMYK 0 1 0.77 0.09
HSL 345.97º 1% 0.45% -
HSV(B) 345.97º 1% 0.91% -
XYZ 33.62 17.26 5.05 -
YUV 75.23 116.03 239.11 -
System Red Green Blue C M Y K H S L
Decimal 231 0 54 0 1 0.77 0.09 345.97 1 0.45
Hex E7 0 36 0 64 4D 9 15A 64 2D
Octal 347 0 66 0 144 115 11 532 144 55
Binary 11100111 0 110110 0 1100100 1001101 1001 101011010 1100100 101101

Color Harmonies of #E70036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70036

Black with #E70036

Text Example


Text Example

White with #E70036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70036; }

 p { color: rgb(231,0,54); }

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

background-color css

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

 a { background-color: rgb(231,0,54); }

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

border-color css

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

 span { border-color: rgb(231,0,54); }

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