Html Css Color HEX #E10F2F Crimson

📋 copy color: '#E10F2F'

red 225 ◦ green 15 ◦ blue 47

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

Shades of Crimson #E10F2F

Tints of Crimson #E10F2F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.23%

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

R = 78.4%
G = 5.23%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E10F2F (or 0xE10F2F) is known color: Crimson. HEX triplet: E1, 0F and 2F. RGB value is (225,15,47). Sum of RGB (Red+Green+Blue) = 225+15+47=287 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.40% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10F2F is #1EF0D0. Grayscale: #515151. Windows color (decimal): -2027729 or 3084257. OLE color: 3084257.

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

Color convert

RGB 225 15 47 -
CMYK 0 0.93 0.79 0.12
HSL 350.86º 0.88% 0.47% -
HSV(B) 350.86º 0.93% 0.88% -
XYZ 31.74 16.55 4.21 -
YUV 81.44 108.57 230.4 -
System Red Green Blue C M Y K H S L
Decimal 225 15 47 0 0.93 0.79 0.12 350.86 0.88 0.47
Hex E1 F 2F 0 5D 4F C 15F 58 2F
Octal 341 17 57 0 135 117 14 537 130 57
Binary 11100001 1111 101111 0 1011101 1001111 1100 101011111 1011000 101111

Color Harmonies of #E10F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10F2F

Black with #E10F2F

Text Example


Text Example

White with #E10F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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