Html Css Color HEX #E1002F Crimson

📋 copy color: '#E1002F'

red 225 ◦ green 0 ◦ blue 47

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

Shades of Crimson #E1002F

Tints of Crimson #E1002F

RGB

 RED value IS 225 (88.28% from 255) = 82.72%

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

 BLUE value IS 47 (18.75% from 255) = 17.28%

R = 82.72%
G = 0%
B = 17.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E1002F (or 0xE1002F) is known color: Crimson. HEX triplet: E1, 00 and 2F. RGB value is (225,0,47). Sum of RGB (Red+Green+Blue) = 225+0+47=272 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.72% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 225 - color contains mainly: red. Hex color #E1002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1002F is #1EFFD0. Grayscale: #484848. Windows color (decimal): -2031569 or 3080417. OLE color: 3080417.

HSL color Cylindrical-coordinate representation of color #E1002F: hue angle of 347.47º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1002F is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 0 47 -
CMYK 0 1 0.79 0.12
HSL 347.47º 1% 0.44% -
HSV(B) 347.47º 1% 0.88% -
XYZ 31.56 16.21 4.16 -
YUV 72.63 113.54 236.68 -
System Red Green Blue C M Y K H S L
Decimal 225 0 47 0 1 0.79 0.12 347.47 1 0.44
Hex E1 0 2F 0 64 4F C 15B 64 2C
Octal 341 0 57 0 144 117 14 533 144 54
Binary 11100001 0 101111 0 1100100 1001111 1100 101011011 1100100 101100

Color Harmonies of #E1002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1002F

Black with #E1002F

Text Example


Text Example

White with #E1002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1002F; }

 p { color: rgb(225,0,47); }

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

background-color css

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

 a { background-color: rgb(225,0,47); }

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

border-color css

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

 span { border-color: rgb(225,0,47); }

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