Html Css Color HEX #E30F42 Crimson

📋 copy color: '#E30F42'

red 227 ◦ green 15 ◦ blue 66

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

Shades of Crimson #E30F42

Tints of Crimson #E30F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.43%

R = 73.7%
G = 4.87%
B = 21.43%

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

#E30F42 (or 0xE30F42) is known color: Crimson. HEX triplet: E3, 0F and 42. RGB value is (227,15,66). Sum of RGB (Red+Green+Blue) = 227+15+66=308 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.70% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30F42 is #1CF0BD. Grayscale: #545454. Windows color (decimal): -1896638 or 4329443. OLE color: 4329443.

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

Color convert

RGB 227 15 66 -
CMYK 0 0.93 0.71 0.11
HSL 345.57º 0.88% 0.47% -
HSV(B) 345.57º 0.93% 0.89% -
XYZ 32.83 17.07 6.72 -
YUV 84.2 117.74 229.85 -
System Red Green Blue C M Y K H S L
Decimal 227 15 66 0 0.93 0.71 0.11 345.57 0.88 0.47
Hex E3 F 42 0 5D 47 B 15A 58 2F
Octal 343 17 102 0 135 107 13 532 130 57
Binary 11100011 1111 1000010 0 1011101 1000111 1011 101011010 1011000 101111

Color Harmonies of #E30F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30F42

Black with #E30F42

Text Example


Text Example

White with #E30F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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