Html Css Color HEX #E8032F Crimson

📋 copy color: '#E8032F'

red 232 ◦ green 3 ◦ blue 47

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

Shades of Crimson #E8032F

Tints of Crimson #E8032F

RGB

 RED value IS 232 (91.02% from 255) = 82.27%

 GREEN value IS 3 (1.56% from 255) = 1.06%

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

R = 82.27%
G = 1.06%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E8032F (or 0xE8032F) is known color: Crimson. HEX triplet: E8, 03 and 2F. RGB value is (232,3,47). Sum of RGB (Red+Green+Blue) = 232+3+47=282 (37% of max value = 765). Red value is 232 (91.02% from 255 or 82.27% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 232 - color contains mainly: red. Hex color #E8032F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8032F is #17FCD0. Grayscale: #4C4C4C. Windows color (decimal): -1572049 or 3081192. OLE color: 3081192.

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

Color convert

RGB 232 3 47 -
CMYK 0 0.99 0.80 0.09
HSL 348.47º 0.97% 0.46% -
HSV(B) 348.47º 0.99% 0.91% -
XYZ 33.82 17.43 4.27 -
YUV 76.49 111.37 238.92 -
System Red Green Blue C M Y K H S L
Decimal 232 3 47 0 0.99 0.80 0.09 348.47 0.97 0.46
Hex E8 3 2F 0 63 50 9 15C 61 2E
Octal 350 3 57 0 143 120 11 534 141 56
Binary 11101000 11 101111 0 1100011 1010000 1001 101011100 1100001 101110

Color Harmonies of #E8032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8032F

Black with #E8032F

Text Example


Text Example

White with #E8032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8032F; }

 p { color: rgb(232,3,47); }

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

background-color css

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

 a { background-color: rgb(232,3,47); }

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

border-color css

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

 span { border-color: rgb(232,3,47); }

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