Html Css Color HEX #E01038 Crimson

📋 copy color: '#E01038'

red 224 ◦ green 16 ◦ blue 56

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

Shades of Crimson #E01038

Tints of Crimson #E01038

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.41%

 BLUE value IS 56 (22.27% from 255) = 18.92%

R = 75.68%
G = 5.41%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E01038 (or 0xE01038) is known color: Crimson. HEX triplet: E0, 10 and 38. RGB value is (224,16,56). Sum of RGB (Red+Green+Blue) = 224+16+56=296 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.68% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 224 - color contains mainly: red. Hex color #E01038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01038 is #1FEFC7. Grayscale: #525252. Windows color (decimal): -2093000 or 3674336. OLE color: 3674336.

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

Color convert

RGB 224 16 56 -
CMYK 0 0.93 0.75 0.12
HSL 348.46º 0.87% 0.47% -
HSV(B) 348.46º 0.93% 0.88% -
XYZ 31.64 16.5 5.26 -
YUV 82.75 112.91 228.75 -
System Red Green Blue C M Y K H S L
Decimal 224 16 56 0 0.93 0.75 0.12 348.46 0.87 0.47
Hex E0 10 38 0 5D 4B C 15C 57 2F
Octal 340 20 70 0 135 113 14 534 127 57
Binary 11100000 10000 111000 0 1011101 1001011 1100 101011100 1010111 101111

Color Harmonies of #E01038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01038

Black with #E01038

Text Example


Text Example

White with #E01038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01038; }

 p { color: rgb(224,16,56); }

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

background-color css

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

 a { background-color: rgb(224,16,56); }

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

border-color css

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

 span { border-color: rgb(224,16,56); }

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