Html Css Color HEX #E70C3A Crimson

📋 copy color: '#E70C3A'

red 231 ◦ green 12 ◦ blue 58

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

Shades of Crimson #E70C3A

Tints of Crimson #E70C3A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.99%

 BLUE value IS 58 (23.05% from 255) = 19.27%

R = 76.74%
G = 3.99%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#E70C3A (or 0xE70C3A) is known color: Crimson. HEX triplet: E7, 0C and 3A. RGB value is (231,12,58). Sum of RGB (Red+Green+Blue) = 231+12+58=301 (39% of max value = 765). Red value is 231 (90.62% from 255 or 76.74% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C3A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70C3A is #18F3C5. Grayscale: #525252. Windows color (decimal): -1635270 or 3804391. OLE color: 3804391.

HSL color Cylindrical-coordinate representation of color #E70C3A: hue angle of 347.4º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70C3A is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 12 58 -
CMYK 0 0.95 0.75 0.09
HSL 347.4º 0.9% 0.48% -
HSV(B) 347.4º 0.95% 0.91% -
XYZ 33.85 17.56 5.61 -
YUV 82.73 114.05 233.76 -
System Red Green Blue C M Y K H S L
Decimal 231 12 58 0 0.95 0.75 0.09 347.4 0.9 0.48
Hex E7 C 3A 0 5F 4B 9 15B 5A 30
Octal 347 14 72 0 137 113 11 533 132 60
Binary 11100111 1100 111010 0 1011111 1001011 1001 101011011 1011010 110000

Color Harmonies of #E70C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70C3A

Black with #E70C3A

Text Example


Text Example

White with #E70C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70C3A; }

 p { color: rgb(231,12,58); }

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

background-color css

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

 a { background-color: rgb(231,12,58); }

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

border-color css

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

 span { border-color: rgb(231,12,58); }

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