Html Css Color HEX #E7002F Crimson

📋 copy color: '#E7002F'

red 231 ◦ green 0 ◦ blue 47

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

Shades of Crimson #E7002F

Tints of Crimson #E7002F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.91%

R = 83.09%
G = 0%
B = 16.91%

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

#E7002F (or 0xE7002F) is known color: Crimson. HEX triplet: E7, 00 and 2F. RGB value is (231,0,47). Sum of RGB (Red+Green+Blue) = 231+0+47=278 (36% of max value = 765). Red value is 231 (90.62% from 255 or 83.09% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 231 - color contains mainly: red. Hex color #E7002F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7002F is #18FFD0. Grayscale: #4A4A4A. Windows color (decimal): -1638353 or 3080423. OLE color: 3080423.

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

Color convert

RGB 231 0 47 -
CMYK 0 1 0.80 0.09
HSL 347.79º 1% 0.45% -
HSV(B) 347.79º 1% 0.91% -
XYZ 33.47 17.19 4.24 -
YUV 74.43 112.53 239.68 -
System Red Green Blue C M Y K H S L
Decimal 231 0 47 0 1 0.80 0.09 347.79 1 0.45
Hex E7 0 2F 0 64 50 9 15C 64 2D
Octal 347 0 57 0 144 120 11 534 144 55
Binary 11100111 0 101111 0 1100100 1010000 1001 101011100 1100100 101101

Color Harmonies of #E7002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7002F

Black with #E7002F

Text Example


Text Example

White with #E7002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7002F; }

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

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

background-color css

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

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

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

border-color css

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

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

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