Html Css Color HEX #E30F41 Crimson

📋 copy color: '#E30F41'

red 227 ◦ green 15 ◦ blue 65

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

Shades of Crimson #E30F41

Tints of Crimson #E30F41

RGB

 RED value IS 227 (89.06% from 255) = 73.94%

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

 BLUE value IS 65 (25.78% from 255) = 21.17%

R = 73.94%
G = 4.89%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E30F41 (or 0xE30F41) is known color: Crimson. HEX triplet: E3, 0F and 41. RGB value is (227,15,65). Sum of RGB (Red+Green+Blue) = 227+15+65=307 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.94% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30F41 is #1CF0BE. Grayscale: #545454. Windows color (decimal): -1896639 or 4263907. OLE color: 4263907.

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

Color convert

RGB 227 15 65 -
CMYK 0 0.93 0.71 0.11
HSL 345.85º 0.88% 0.47% -
HSV(B) 345.85º 0.93% 0.89% -
XYZ 32.8 17.05 6.56 -
YUV 84.09 117.24 229.93 -
System Red Green Blue C M Y K H S L
Decimal 227 15 65 0 0.93 0.71 0.11 345.85 0.88 0.47
Hex E3 F 41 0 5D 47 B 15A 58 2F
Octal 343 17 101 0 135 107 13 532 130 57
Binary 11100011 1111 1000001 0 1011101 1000111 1011 101011010 1011000 101111

Color Harmonies of #E30F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30F41

Black with #E30F41

Text Example


Text Example

White with #E30F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30F41; }

 p { color: rgb(227,15,65); }

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

background-color css

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

 a { background-color: rgb(227,15,65); }

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

border-color css

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

 span { border-color: rgb(227,15,65); }

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