Html Css Color HEX #E70435 Crimson

📋 copy color: '#E70435'

red 231 ◦ green 4 ◦ blue 53

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

Shades of Crimson #E70435

Tints of Crimson #E70435

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.39%

 BLUE value IS 53 (21.09% from 255) = 18.4%

R = 80.21%
G = 1.39%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#E70435 (or 0xE70435) is known color: Crimson. HEX triplet: E7, 04 and 35. RGB value is (231,4,53). Sum of RGB (Red+Green+Blue) = 231+4+53=288 (38% of max value = 765). Red value is 231 (90.62% from 255 or 80.21% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 231 - color contains mainly: red. Hex color #E70435 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70435 is #18FBCA. Grayscale: #4D4D4D. Windows color (decimal): -1637323 or 3474663. OLE color: 3474663.

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

Color convert

RGB 231 4 53 -
CMYK 0 0.98 0.77 0.09
HSL 347.05º 0.97% 0.46% -
HSV(B) 347.05º 0.98% 0.91% -
XYZ 33.64 17.33 4.94 -
YUV 77.46 114.21 237.52 -
System Red Green Blue C M Y K H S L
Decimal 231 4 53 0 0.98 0.77 0.09 347.05 0.97 0.46
Hex E7 4 35 0 62 4D 9 15B 61 2E
Octal 347 4 65 0 142 115 11 533 141 56
Binary 11100111 100 110101 0 1100010 1001101 1001 101011011 1100001 101110

Color Harmonies of #E70435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70435

Black with #E70435

Text Example


Text Example

White with #E70435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70435; }

 p { color: rgb(231,4,53); }

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

background-color css

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

 a { background-color: rgb(231,4,53); }

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

border-color css

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

 span { border-color: rgb(231,4,53); }

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