Html Css Color HEX #E30F2D Crimson

📋 copy color: '#E30F2D'

red 227 ◦ green 15 ◦ blue 45

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

Shades of Crimson #E30F2D

Tints of Crimson #E30F2D

RGB

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

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

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

R = 79.09%
G = 5.23%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E30F2D (or 0xE30F2D) is known color: Crimson. HEX triplet: E3, 0F and 2D. RGB value is (227,15,45). Sum of RGB (Red+Green+Blue) = 227+15+45=287 (38% of max value = 765). Red value is 227 (89.06% from 255 or 79.09% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30F2D is #1CF0D2. Grayscale: #515151. Windows color (decimal): -1896659 or 2953187. OLE color: 2953187.

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

Color convert

RGB 227 15 45 -
CMYK 0 0.93 0.80 0.11
HSL 351.51º 0.88% 0.47% -
HSV(B) 351.51º 0.93% 0.89% -
XYZ 32.32 16.86 4.03 -
YUV 81.81 107.24 231.56 -
System Red Green Blue C M Y K H S L
Decimal 227 15 45 0 0.93 0.80 0.11 351.51 0.88 0.47
Hex E3 F 2D 0 5D 50 B 160 58 2F
Octal 343 17 55 0 135 120 13 540 130 57
Binary 11100011 1111 101101 0 1011101 1010000 1011 101100000 1011000 101111

Color Harmonies of #E30F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30F2D

Black with #E30F2D

Text Example


Text Example

White with #E30F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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