Html Css Color HEX #E80F3F Crimson

📋 copy color: '#E80F3F'

red 232 ◦ green 15 ◦ blue 63

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

Shades of Crimson #E80F3F

Tints of Crimson #E80F3F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.84%

 BLUE value IS 63 (25% from 255) = 20.32%

R = 74.84%
G = 4.84%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E80F3F (or 0xE80F3F) is known color: Crimson. HEX triplet: E8, 0F and 3F. RGB value is (232,15,63). Sum of RGB (Red+Green+Blue) = 232+15+63=310 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.84% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F3F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80F3F is #17F0C0. Grayscale: #555555. Windows color (decimal): -1568961 or 4132840. OLE color: 4132840.

HSL color Cylindrical-coordinate representation of color #E80F3F: hue angle of 346.73º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80F3F is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 15 63 -
CMYK 0 0.94 0.73 0.09
HSL 346.73º 0.88% 0.48% -
HSV(B) 346.73º 0.94% 0.91% -
XYZ 34.35 17.86 6.34 -
YUV 85.36 115.39 232.6 -
System Red Green Blue C M Y K H S L
Decimal 232 15 63 0 0.94 0.73 0.09 346.73 0.88 0.48
Hex E8 F 3F 0 5E 49 9 15B 58 30
Octal 350 17 77 0 136 111 11 533 130 60
Binary 11101000 1111 111111 0 1011110 1001001 1001 101011011 1011000 110000

Color Harmonies of #E80F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80F3F

Black with #E80F3F

Text Example


Text Example

White with #E80F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80F3F; }

 p { color: rgb(232,15,63); }

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

background-color css

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

 a { background-color: rgb(232,15,63); }

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

border-color css

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

 span { border-color: rgb(232,15,63); }

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