Html Css Color HEX #E7052F Crimson

📋 copy color: '#E7052F'

red 231 ◦ green 5 ◦ blue 47

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

Shades of Crimson #E7052F

Tints of Crimson #E7052F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.77%

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

R = 81.63%
G = 1.77%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E7052F (or 0xE7052F) is known color: Crimson. HEX triplet: E7, 05 and 2F. RGB value is (231,5,47). Sum of RGB (Red+Green+Blue) = 231+5+47=283 (37% of max value = 765). Red value is 231 (90.62% from 255 or 81.63% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 231 - color contains mainly: red. Hex color #E7052F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7052F is #18FAD0. Grayscale: #4D4D4D. Windows color (decimal): -1637073 or 3081703. OLE color: 3081703.

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

Color convert

RGB 231 5 47 -
CMYK 0 0.98 0.80 0.09
HSL 348.85º 0.96% 0.46% -
HSV(B) 348.85º 0.98% 0.91% -
XYZ 33.52 17.3 4.26 -
YUV 77.36 110.87 237.58 -
System Red Green Blue C M Y K H S L
Decimal 231 5 47 0 0.98 0.80 0.09 348.85 0.96 0.46
Hex E7 5 2F 0 62 50 9 15D 60 2E
Octal 347 5 57 0 142 120 11 535 140 56
Binary 11100111 101 101111 0 1100010 1010000 1001 101011101 1100000 101110

Color Harmonies of #E7052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7052F

Black with #E7052F

Text Example


Text Example

White with #E7052F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7052F; }

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

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

background-color css

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

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

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

border-color css

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

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

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