Html Css Color HEX #E80C3F Crimson

📋 copy color: '#E80C3F'

red 232 ◦ green 12 ◦ blue 63

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

Shades of Crimson #E80C3F

Tints of Crimson #E80C3F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.91%

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

R = 75.57%
G = 3.91%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E80C3F (or 0xE80C3F) is known color: Crimson. HEX triplet: E8, 0C and 3F. RGB value is (232,12,63). Sum of RGB (Red+Green+Blue) = 232+12+63=307 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.57% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C3F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80C3F is #17F3C0. Grayscale: #535353. Windows color (decimal): -1569729 or 4132072. OLE color: 4132072.

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

Color convert

RGB 232 12 63 -
CMYK 0 0.95 0.73 0.09
HSL 346.09º 0.9% 0.48% -
HSV(B) 346.09º 0.95% 0.91% -
XYZ 34.31 17.78 6.33 -
YUV 83.59 116.39 233.85 -
System Red Green Blue C M Y K H S L
Decimal 232 12 63 0 0.95 0.73 0.09 346.09 0.9 0.48
Hex E8 C 3F 0 5F 49 9 15A 5A 30
Octal 350 14 77 0 137 111 11 532 132 60
Binary 11101000 1100 111111 0 1011111 1001001 1001 101011010 1011010 110000

Color Harmonies of #E80C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80C3F

Black with #E80C3F

Text Example


Text Example

White with #E80C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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