Html Css Color HEX #E70030 Crimson

📋 copy color: '#E70030'

red 231 ◦ green 0 ◦ blue 48

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

Shades of Crimson #E70030

Tints of Crimson #E70030

RGB

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

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

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

R = 82.8%
G = 0%
B = 17.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E70030 (or 0xE70030) is known color: Crimson. HEX triplet: E7, 00 and 30. RGB value is (231,0,48). Sum of RGB (Red+Green+Blue) = 231+0+48=279 (36% of max value = 765). Red value is 231 (90.62% from 255 or 82.80% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 231 - color contains mainly: red. Hex color #E70030 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70030 is #18FFCF. Grayscale: #4A4A4A. Windows color (decimal): -1638352 or 3145959. OLE color: 3145959.

HSL color Cylindrical-coordinate representation of color #E70030: hue angle of 347.53º 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 #E70030 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 0 48 -
CMYK 0 1 0.79 0.09
HSL 347.53º 1% 0.45% -
HSV(B) 347.53º 1% 0.91% -
XYZ 33.49 17.2 4.35 -
YUV 74.54 113.03 239.6 -
System Red Green Blue C M Y K H S L
Decimal 231 0 48 0 1 0.79 0.09 347.53 1 0.45
Hex E7 0 30 0 64 4F 9 15C 64 2D
Octal 347 0 60 0 144 117 11 534 144 55
Binary 11100111 0 110000 0 1100100 1001111 1001 101011100 1100100 101101

Color Harmonies of #E70030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70030

Black with #E70030

Text Example


Text Example

White with #E70030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70030; }

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

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

background-color css

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

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

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

border-color css

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

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

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