Html Css Color HEX #E7042D Crimson

📋 copy color: '#E7042D'

red 231 ◦ green 4 ◦ blue 45

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

Shades of Crimson #E7042D

Tints of Crimson #E7042D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

 BLUE value IS 45 (17.97% from 255) = 16.07%

R = 82.5%
G = 1.43%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E7042D (or 0xE7042D) is known color: Crimson. HEX triplet: E7, 04 and 2D. RGB value is (231,4,45). Sum of RGB (Red+Green+Blue) = 231+4+45=280 (37% of max value = 765). Red value is 231 (90.62% from 255 or 82.5% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 231 - color contains mainly: red. Hex color #E7042D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7042D is #18FBD2. Grayscale: #4C4C4C. Windows color (decimal): -1637331 or 2950375. OLE color: 2950375.

HSL color Cylindrical-coordinate representation of color #E7042D: hue angle of 349.16º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E7042D is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 4 45 -
CMYK 0 0.98 0.81 0.09
HSL 349.16º 0.97% 0.46% -
HSV(B) 349.16º 0.98% 0.91% -
XYZ 33.47 17.27 4.05 -
YUV 76.55 110.21 238.17 -
System Red Green Blue C M Y K H S L
Decimal 231 4 45 0 0.98 0.81 0.09 349.16 0.97 0.46
Hex E7 4 2D 0 62 51 9 15D 61 2E
Octal 347 4 55 0 142 121 11 535 141 56
Binary 11100111 100 101101 0 1100010 1010001 1001 101011101 1100001 101110

Color Harmonies of #E7042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7042D

Black with #E7042D

Text Example


Text Example

White with #E7042D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7042D; }

 p { color: rgb(231,4,45); }

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

background-color css

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

 a { background-color: rgb(231,4,45); }

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

border-color css

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

 span { border-color: rgb(231,4,45); }

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