Html Css Color HEX #E4002A Crimson

📋 copy color: '#E4002A'

red 228 ◦ green 0 ◦ blue 42

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

Shades of Crimson #E4002A

Tints of Crimson #E4002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.56%

R = 84.44%
G = 0%
B = 15.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E4002A (or 0xE4002A) is known color: Crimson. HEX triplet: E4, 00 and 2A. RGB value is (228,0,42). Sum of RGB (Red+Green+Blue) = 228+0+42=270 (35% of max value = 765). Red value is 228 (89.45% from 255 or 84.44% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 228 - color contains mainly: red. Hex color #E4002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4002A is #1BFFD5. Grayscale: #494949. Windows color (decimal): -1834966 or 2752740. OLE color: 2752740.

HSL color Cylindrical-coordinate representation of color #E4002A: hue angle of 348.95º 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 #E4002A is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 0 42 -
CMYK 0 1 0.82 0.11
HSL 348.95º 1% 0.45% -
HSV(B) 348.95º 1% 0.89% -
XYZ 32.41 16.66 3.7 -
YUV 72.96 110.54 238.58 -
System Red Green Blue C M Y K H S L
Decimal 228 0 42 0 1 0.82 0.11 348.95 1 0.45
Hex E4 0 2A 0 64 52 B 15D 64 2D
Octal 344 0 52 0 144 122 13 535 144 55
Binary 11100100 0 101010 0 1100100 1010010 1011 101011101 1100100 101101

Color Harmonies of #E4002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4002A

Black with #E4002A

Text Example


Text Example

White with #E4002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4002A; }

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

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

background-color css

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

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

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

border-color css

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

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

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