Html Css Color HEX #E40F30 Crimson

📋 copy color: '#E40F30'

red 228 ◦ green 15 ◦ blue 48

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

Shades of Crimson #E40F30

Tints of Crimson #E40F30

RGB

 RED value IS 228 (89.45% from 255) = 78.35%

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

 BLUE value IS 48 (19.14% from 255) = 16.49%

R = 78.35%
G = 5.15%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E40F30 (or 0xE40F30) is known color: Crimson. HEX triplet: E4, 0F and 30. RGB value is (228,15,48). Sum of RGB (Red+Green+Blue) = 228+15+48=291 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.35% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 228 - color contains mainly: red. Hex color #E40F30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40F30 is #1BF0CF. Grayscale: #525252. Windows color (decimal): -1831120 or 3149796. OLE color: 3149796.

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

Color convert

RGB 228 15 48 -
CMYK 0 0.93 0.79 0.11
HSL 350.7º 0.88% 0.48% -
HSV(B) 350.7º 0.93% 0.89% -
XYZ 32.7 17.05 4.36 -
YUV 82.45 108.57 231.82 -
System Red Green Blue C M Y K H S L
Decimal 228 15 48 0 0.93 0.79 0.11 350.7 0.88 0.48
Hex E4 F 30 0 5D 4F B 15F 58 30
Octal 344 17 60 0 135 117 13 537 130 60
Binary 11100100 1111 110000 0 1011101 1001111 1011 101011111 1011000 110000

Color Harmonies of #E40F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40F30

Black with #E40F30

Text Example


Text Example

White with #E40F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40F30; }

 p { color: rgb(228,15,48); }

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

background-color css

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

 a { background-color: rgb(228,15,48); }

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

border-color css

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

 span { border-color: rgb(228,15,48); }

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