Html Css Color HEX #E80334 Crimson

📋 copy color: '#E80334'

red 232 ◦ green 3 ◦ blue 52

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

Shades of Crimson #E80334

Tints of Crimson #E80334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.12%

R = 80.84%
G = 1.05%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E80334 (or 0xE80334) is known color: Crimson. HEX triplet: E8, 03 and 34. RGB value is (232,3,52). Sum of RGB (Red+Green+Blue) = 232+3+52=287 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80.84% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 232 - color contains mainly: red. Hex color #E80334 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80334 is #17FCCB. Grayscale: #4D4D4D. Windows color (decimal): -1572044 or 3408872. OLE color: 3408872.

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

Color convert

RGB 232 3 52 -
CMYK 0 0.99 0.78 0.09
HSL 347.16º 0.97% 0.46% -
HSV(B) 347.16º 0.99% 0.91% -
XYZ 33.93 17.47 4.83 -
YUV 77.06 113.87 238.52 -
System Red Green Blue C M Y K H S L
Decimal 232 3 52 0 0.99 0.78 0.09 347.16 0.97 0.46
Hex E8 3 34 0 63 4E 9 15B 61 2E
Octal 350 3 64 0 143 116 11 533 141 56
Binary 11101000 11 110100 0 1100011 1001110 1001 101011011 1100001 101110

Color Harmonies of #E80334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80334

Black with #E80334

Text Example


Text Example

White with #E80334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80334; }

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

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

background-color css

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

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

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

border-color css

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

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

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