Html Css Color HEX #E7002E Crimson

📋 copy color: '#E7002E'

red 231 ◦ green 0 ◦ blue 46

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

Shades of Crimson #E7002E

Tints of Crimson #E7002E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.61%

R = 83.39%
G = 0%
B = 16.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E7002E (or 0xE7002E) is known color: Crimson. HEX triplet: E7, 00 and 2E. RGB value is (231,0,46). Sum of RGB (Red+Green+Blue) = 231+0+46=277 (36% of max value = 765). Red value is 231 (90.62% from 255 or 83.39% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 231 - color contains mainly: red. Hex color #E7002E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7002E is #18FFD1. Grayscale: #4A4A4A. Windows color (decimal): -1638354 or 3014887. OLE color: 3014887.

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

Color convert

RGB 231 0 46 -
CMYK 0 1 0.80 0.09
HSL 348.05º 1% 0.45% -
HSV(B) 348.05º 1% 0.91% -
XYZ 33.45 17.19 4.14 -
YUV 74.31 112.03 239.76 -
System Red Green Blue C M Y K H S L
Decimal 231 0 46 0 1 0.80 0.09 348.05 1 0.45
Hex E7 0 2E 0 64 50 9 15C 64 2D
Octal 347 0 56 0 144 120 11 534 144 55
Binary 11100111 0 101110 0 1100100 1010000 1001 101011100 1100100 101101

Color Harmonies of #E7002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7002E

Black with #E7002E

Text Example


Text Example

White with #E7002E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7002E; }

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

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

background-color css

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

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

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

border-color css

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

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

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