Html Css Color HEX #E70D26 Crimson

📋 copy color: '#E70D26'

red 231 ◦ green 13 ◦ blue 38

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

Shades of Crimson #E70D26

Tints of Crimson #E70D26

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.61%

 BLUE value IS 38 (15.23% from 255) = 13.48%

R = 81.91%
G = 4.61%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E70D26 (or 0xE70D26) is known color: Crimson. HEX triplet: E7, 0D and 26. RGB value is (231,13,38). Sum of RGB (Red+Green+Blue) = 231+13+38=282 (37% of max value = 765). Red value is 231 (90.62% from 255 or 81.91% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 231 - color contains mainly: red. Hex color #E70D26 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70D26 is #18F2D9. Grayscale: #515151. Windows color (decimal): -1635034 or 2493927. OLE color: 2493927.

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

Color convert

RGB 231 13 38 -
CMYK 0 0.94 0.84 0.09
HSL 353.12º 0.89% 0.48% -
HSV(B) 353.12º 0.94% 0.91% -
XYZ 33.45 17.42 3.43 -
YUV 81.03 103.72 234.97 -
System Red Green Blue C M Y K H S L
Decimal 231 13 38 0 0.94 0.84 0.09 353.12 0.89 0.48
Hex E7 D 26 0 5E 54 9 161 59 30
Octal 347 15 46 0 136 124 11 541 131 60
Binary 11100111 1101 100110 0 1011110 1010100 1001 101100001 1011001 110000

Color Harmonies of #E70D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70D26

Black with #E70D26

Text Example


Text Example

White with #E70D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70D26; }

 p { color: rgb(231,13,38); }

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

background-color css

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

 a { background-color: rgb(231,13,38); }

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

border-color css

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

 span { border-color: rgb(231,13,38); }

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