Html Css Color HEX #E70230 Crimson

📋 copy color: '#E70230'

red 231 ◦ green 2 ◦ blue 48

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

Shades of Crimson #E70230

Tints of Crimson #E70230

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 48 (19.14% from 255) = 17.08%

R = 82.21%
G = 0.71%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E70230 (or 0xE70230) is known color: Crimson. HEX triplet: E7, 02 and 30. RGB value is (231,2,48). Sum of RGB (Red+Green+Blue) = 231+2+48=281 (37% of max value = 765). Red value is 231 (90.62% from 255 or 82.21% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 231 - color contains mainly: red. Hex color #E70230 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70230 is #18FDCF. Grayscale: #4B4B4B. Windows color (decimal): -1637840 or 3146471. OLE color: 3146471.

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

Color convert

RGB 231 2 48 -
CMYK 0 0.99 0.79 0.09
HSL 347.95º 0.98% 0.46% -
HSV(B) 347.95º 0.99% 0.91% -
XYZ 33.51 17.25 4.36 -
YUV 75.72 112.37 238.76 -
System Red Green Blue C M Y K H S L
Decimal 231 2 48 0 0.99 0.79 0.09 347.95 0.98 0.46
Hex E7 2 30 0 63 4F 9 15C 62 2E
Octal 347 2 60 0 143 117 11 534 142 56
Binary 11100111 10 110000 0 1100011 1001111 1001 101011100 1100010 101110

Color Harmonies of #E70230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70230

Black with #E70230

Text Example


Text Example

White with #E70230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70230; }

 p { color: rgb(231,2,48); }

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

background-color css

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

 a { background-color: rgb(231,2,48); }

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

border-color css

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

 span { border-color: rgb(231,2,48); }

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