Html Css Color HEX #E0002F Crimson

📋 copy color: '#E0002F'

red 224 ◦ green 0 ◦ blue 47

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

Shades of Crimson #E0002F

Tints of Crimson #E0002F

RGB

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

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

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

R = 82.66%
G = 0%
B = 17.34%

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

#E0002F (or 0xE0002F) is known color: Crimson. HEX triplet: E0, 00 and 2F. RGB value is (224,0,47). Sum of RGB (Red+Green+Blue) = 224+0+47=271 (35% of max value = 765). Red value is 224 (87.89% from 255 or 82.66% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 224 - color contains mainly: red. Hex color #E0002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0002F is #1FFFD0. Grayscale: #484848. Windows color (decimal): -2097105 or 3080416. OLE color: 3080416.

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

Color convert

RGB 224 0 47 -
CMYK 0 1 0.79 0.12
HSL 347.41º 1% 0.44% -
HSV(B) 347.41º 1% 0.88% -
XYZ 31.25 16.05 4.14 -
YUV 72.33 113.71 236.18 -
System Red Green Blue C M Y K H S L
Decimal 224 0 47 0 1 0.79 0.12 347.41 1 0.44
Hex E0 0 2F 0 64 4F C 15B 64 2C
Octal 340 0 57 0 144 117 14 533 144 54
Binary 11100000 0 101111 0 1100100 1001111 1100 101011011 1100100 101100

Color Harmonies of #E0002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0002F

Black with #E0002F

Text Example


Text Example

White with #E0002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0002F; }

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

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

background-color css

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

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

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

border-color css

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

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

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