Html Css Color HEX #E4013F Crimson

📋 copy color: '#E4013F'

red 228 ◦ green 1 ◦ blue 63

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

Shades of Crimson #E4013F

Tints of Crimson #E4013F

RGB

 RED value IS 228 (89.45% from 255) = 78.08%

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

 BLUE value IS 63 (25% from 255) = 21.58%

R = 78.08%
G = 0.34%
B = 21.58%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E4013F (or 0xE4013F) is known color: Crimson. HEX triplet: E4, 01 and 3F. RGB value is (228,1,63). Sum of RGB (Red+Green+Blue) = 228+1+63=292 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.08% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 228 - color contains mainly: red. Hex color #E4013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4013F is #1BFEC0. Grayscale: #4B4B4B. Windows color (decimal): -1834689 or 4129252. OLE color: 4129252.

HSL color Cylindrical-coordinate representation of color #E4013F: hue angle of 343.61º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E4013F is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 1 63 -
CMYK 0 1.00 0.72 0.11
HSL 343.61º 0.99% 0.45% -
HSV(B) 343.61º 1% 0.89% -
XYZ 32.9 16.87 6.23 -
YUV 75.94 120.71 236.46 -
System Red Green Blue C M Y K H S L
Decimal 228 1 63 0 1.00 0.72 0.11 343.61 0.99 0.45
Hex E4 1 3F 0 64 48 B 158 63 2D
Octal 344 1 77 0 144 110 13 530 143 55
Binary 11100100 1 111111 0 1100100 1001000 1011 101011000 1100011 101101

Color Harmonies of #E4013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4013F

Black with #E4013F

Text Example


Text Example

White with #E4013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4013F; }

 p { color: rgb(228,1,63); }

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

background-color css

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

 a { background-color: rgb(228,1,63); }

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

border-color css

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

 span { border-color: rgb(228,1,63); }

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