Html Css Color HEX #E80333 Crimson

📋 copy color: '#E80333'

red 232 ◦ green 3 ◦ blue 51

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

Shades of Crimson #E80333

Tints of Crimson #E80333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.83%

R = 81.12%
G = 1.05%
B = 17.83%

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

#E80333 (or 0xE80333) is known color: Crimson. HEX triplet: E8, 03 and 33. RGB value is (232,3,51). Sum of RGB (Red+Green+Blue) = 232+3+51=286 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.12% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 232 - color contains mainly: red. Hex color #E80333 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80333 is #17FCCC. Grayscale: #4C4C4C. Windows color (decimal): -1572045 or 3343336. OLE color: 3343336.

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

Color convert

RGB 232 3 51 -
CMYK 0 0.99 0.78 0.09
HSL 347.42º 0.97% 0.46% -
HSV(B) 347.42º 0.99% 0.91% -
XYZ 33.91 17.46 4.71 -
YUV 76.94 113.37 238.6 -
System Red Green Blue C M Y K H S L
Decimal 232 3 51 0 0.99 0.78 0.09 347.42 0.97 0.46
Hex E8 3 33 0 63 4E 9 15B 61 2E
Octal 350 3 63 0 143 116 11 533 141 56
Binary 11101000 11 110011 0 1100011 1001110 1001 101011011 1100001 101110

Color Harmonies of #E80333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80333

Black with #E80333

Text Example


Text Example

White with #E80333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80333; }

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

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

background-color css

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

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

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

border-color css

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

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

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