Html Css Color HEX #E4002C Crimson

📋 copy color: '#E4002C'

red 228 ◦ green 0 ◦ blue 44

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

Shades of Crimson #E4002C

Tints of Crimson #E4002C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 44 (17.58% from 255) = 16.18%

R = 83.82%
G = 0%
B = 16.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E4002C (or 0xE4002C) is known color: Crimson. HEX triplet: E4, 00 and 2C. RGB value is (228,0,44). Sum of RGB (Red+Green+Blue) = 228+0+44=272 (36% of max value = 765). Red value is 228 (89.45% from 255 or 83.82% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 228 - color contains mainly: red. Hex color #E4002C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4002C is #1BFFD3. Grayscale: #494949. Windows color (decimal): -1834964 or 2883812. OLE color: 2883812.

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

Color convert

RGB 228 0 44 -
CMYK 0 1 0.81 0.11
HSL 348.42º 1% 0.45% -
HSV(B) 348.42º 1% 0.89% -
XYZ 32.45 16.68 3.89 -
YUV 73.19 111.54 238.42 -
System Red Green Blue C M Y K H S L
Decimal 228 0 44 0 1 0.81 0.11 348.42 1 0.45
Hex E4 0 2C 0 64 51 B 15C 64 2D
Octal 344 0 54 0 144 121 13 534 144 55
Binary 11100100 0 101100 0 1100100 1010001 1011 101011100 1100100 101101

Color Harmonies of #E4002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4002C

Black with #E4002C

Text Example


Text Example

White with #E4002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4002C; }

 p { color: rgb(228,0,44); }

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

background-color css

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

 a { background-color: rgb(228,0,44); }

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

border-color css

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

 span { border-color: rgb(228,0,44); }

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