Html Css Color HEX #E00832 Crimson

📋 copy color: '#E00832'

red 224 ◦ green 8 ◦ blue 50

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

Shades of Crimson #E00832

Tints of Crimson #E00832

RGB

 RED value IS 224 (87.89% from 255) = 79.43%

 GREEN value IS 8 (3.52% from 255) = 2.84%

 BLUE value IS 50 (19.92% from 255) = 17.73%

R = 79.43%
G = 2.84%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E00832 (or 0xE00832) is known color: Crimson. HEX triplet: E0, 08 and 32. RGB value is (224,8,50). Sum of RGB (Red+Green+Blue) = 224+8+50=282 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.43% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 224 - color contains mainly: red. Hex color #E00832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00832 is #1FF7CD. Grayscale: #4D4D4D. Windows color (decimal): -2095054 or 3279072. OLE color: 3279072.

HSL color Cylindrical-coordinate representation of color #E00832: hue angle of 348.33º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00832 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 8 50 -
CMYK 0 0.96 0.78 0.12
HSL 348.33º 0.93% 0.45% -
HSV(B) 348.33º 0.96% 0.88% -
XYZ 31.4 16.25 4.5 -
YUV 77.37 112.56 232.58 -
System Red Green Blue C M Y K H S L
Decimal 224 8 50 0 0.96 0.78 0.12 348.33 0.93 0.45
Hex E0 8 32 0 60 4E C 15C 5D 2D
Octal 340 10 62 0 140 116 14 534 135 55
Binary 11100000 1000 110010 0 1100000 1001110 1100 101011100 1011101 101101

Color Harmonies of #E00832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00832

Black with #E00832

Text Example


Text Example

White with #E00832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00832; }

 p { color: rgb(224,8,50); }

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

background-color css

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

 a { background-color: rgb(224,8,50); }

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

border-color css

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

 span { border-color: rgb(224,8,50); }

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