Html Css Color HEX #E10F28 Crimson

📋 copy color: '#E10F28'

red 225 ◦ green 15 ◦ blue 40

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

Shades of Crimson #E10F28

Tints of Crimson #E10F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.29%

R = 80.36%
G = 5.36%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E10F28 (or 0xE10F28) is known color: Crimson. HEX triplet: E1, 0F and 28. RGB value is (225,15,40). Sum of RGB (Red+Green+Blue) = 225+15+40=280 (37% of max value = 765). Red value is 225 (88.28% from 255 or 80.36% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10F28 is #1EF0D7. Grayscale: #505050. Windows color (decimal): -2027736 or 2625505. OLE color: 2625505.

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

Color convert

RGB 225 15 40 -
CMYK 0 0.93 0.82 0.12
HSL 352.86º 0.88% 0.47% -
HSV(B) 352.86º 0.93% 0.88% -
XYZ 31.61 16.5 3.53 -
YUV 80.64 105.07 230.97 -
System Red Green Blue C M Y K H S L
Decimal 225 15 40 0 0.93 0.82 0.12 352.86 0.88 0.47
Hex E1 F 28 0 5D 52 C 161 58 2F
Octal 341 17 50 0 135 122 14 541 130 57
Binary 11100001 1111 101000 0 1011101 1010010 1100 101100001 1011000 101111

Color Harmonies of #E10F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10F28

Black with #E10F28

Text Example


Text Example

White with #E10F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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