Html Css Color HEX #E80C3D Crimson

📋 copy color: '#E80C3D'

red 232 ◦ green 12 ◦ blue 61

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

Shades of Crimson #E80C3D

Tints of Crimson #E80C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20%

R = 76.07%
G = 3.93%
B = 20%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#E80C3D (or 0xE80C3D) is known color: Crimson. HEX triplet: E8, 0C and 3D. RGB value is (232,12,61). Sum of RGB (Red+Green+Blue) = 232+12+61=305 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.07% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C3D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80C3D is #17F3C2. Grayscale: #535353. Windows color (decimal): -1569731 or 4001000. OLE color: 4001000.

HSL color Cylindrical-coordinate representation of color #E80C3D: hue angle of 346.64º 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 #E80C3D is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 12 61 -
CMYK 0 0.95 0.74 0.09
HSL 346.64º 0.9% 0.48% -
HSV(B) 346.64º 0.95% 0.91% -
XYZ 34.25 17.76 6.04 -
YUV 83.37 115.39 234.02 -
System Red Green Blue C M Y K H S L
Decimal 232 12 61 0 0.95 0.74 0.09 346.64 0.9 0.48
Hex E8 C 3D 0 5F 4A 9 15B 5A 30
Octal 350 14 75 0 137 112 11 533 132 60
Binary 11101000 1100 111101 0 1011111 1001010 1001 101011011 1011010 110000

Color Harmonies of #E80C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80C3D

Black with #E80C3D

Text Example


Text Example

White with #E80C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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