Html Css Color HEX #E10F2D Crimson

📋 copy color: '#E10F2D'

red 225 ◦ green 15 ◦ blue 45

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

Shades of Crimson #E10F2D

Tints of Crimson #E10F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.79%

R = 78.95%
G = 5.26%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#E10F2D (or 0xE10F2D) is known color: Crimson. HEX triplet: E1, 0F and 2D. RGB value is (225,15,45). Sum of RGB (Red+Green+Blue) = 225+15+45=285 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.95% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10F2D is #1EF0D2. Grayscale: #515151. Windows color (decimal): -2027731 or 2953185. OLE color: 2953185.

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

Color convert

RGB 225 15 45 -
CMYK 0 0.93 0.8 0.12
HSL 351.43º 0.88% 0.47% -
HSV(B) 351.43º 0.93% 0.88% -
XYZ 31.7 16.54 4 -
YUV 81.21 107.57 230.56 -
System Red Green Blue C M Y K H S L
Decimal 225 15 45 0 0.93 0.8 0.12 351.43 0.88 0.47
Hex E1 F 2D 0 5D 50 C 15F 58 2F
Octal 341 17 55 0 135 120 14 537 130 57
Binary 11100001 1111 101101 0 1011101 1010000 1100 101011111 1011000 101111

Color Harmonies of #E10F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10F2D

Black with #E10F2D

Text Example


Text Example

White with #E10F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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