Html Css Color HEX #E70B3E Crimson

📋 copy color: '#E70B3E'

red 231 ◦ green 11 ◦ blue 62

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

Shades of Crimson #E70B3E

Tints of Crimson #E70B3E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.62%

 BLUE value IS 62 (24.61% from 255) = 20.39%

R = 75.99%
G = 3.62%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E70B3E (or 0xE70B3E) is known color: Crimson. HEX triplet: E7, 0B and 3E. RGB value is (231,11,62). Sum of RGB (Red+Green+Blue) = 231+11+62=304 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.99% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 231 - color contains mainly: red. Hex color #E70B3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70B3E is #18F4C1. Grayscale: #525252. Windows color (decimal): -1635522 or 4066279. OLE color: 4066279.

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

Color convert

RGB 231 11 62 -
CMYK 0 0.95 0.73 0.09
HSL 346.09º 0.91% 0.47% -
HSV(B) 346.09º 0.95% 0.91% -
XYZ 33.94 17.58 6.16 -
YUV 82.59 116.39 233.85 -
System Red Green Blue C M Y K H S L
Decimal 231 11 62 0 0.95 0.73 0.09 346.09 0.91 0.47
Hex E7 B 3E 0 5F 49 9 15A 5B 2F
Octal 347 13 76 0 137 111 11 532 133 57
Binary 11100111 1011 111110 0 1011111 1001001 1001 101011010 1011011 101111

Color Harmonies of #E70B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70B3E

Black with #E70B3E

Text Example


Text Example

White with #E70B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70B3E; }

 p { color: rgb(231,11,62); }

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

background-color css

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

 a { background-color: rgb(231,11,62); }

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

border-color css

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

 span { border-color: rgb(231,11,62); }

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