Html Css Color HEX #E8013D Crimson

📋 copy color: '#E8013D'

red 232 ◦ green 1 ◦ blue 61

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

Shades of Crimson #E8013D

Tints of Crimson #E8013D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 78.91%
G = 0.34%
B = 20.75%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#E8013D (or 0xE8013D) is known color: Crimson. HEX triplet: E8, 01 and 3D. RGB value is (232,1,61). Sum of RGB (Red+Green+Blue) = 232+1+61=294 (38% of max value = 765). Red value is 232 (91.02% from 255 or 78.91% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 232 - color contains mainly: red. Hex color #E8013D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8013D is #17FEC2. Grayscale: #4C4C4C. Windows color (decimal): -1572547 or 3998184. OLE color: 3998184.

HSL color Cylindrical-coordinate representation of color #E8013D: hue angle of 344.42º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8013D is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 1 61 -
CMYK 0 1.00 0.74 0.09
HSL 344.42º 0.99% 0.46% -
HSV(B) 344.42º 1% 0.91% -
XYZ 34.13 17.51 6 -
YUV 76.91 119.03 238.62 -
System Red Green Blue C M Y K H S L
Decimal 232 1 61 0 1.00 0.74 0.09 344.42 0.99 0.46
Hex E8 1 3D 0 64 4A 9 158 63 2E
Octal 350 1 75 0 144 112 11 530 143 56
Binary 11101000 1 111101 0 1100100 1001010 1001 101011000 1100011 101110

Color Harmonies of #E8013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8013D

Black with #E8013D

Text Example


Text Example

White with #E8013D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8013D; }

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

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

background-color css

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

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

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

border-color css

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

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

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