Html Css Color HEX #E9152F Crimson

📋 copy color: '#E9152F'

red 233 ◦ green 21 ◦ blue 47

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

Shades of Crimson #E9152F

Tints of Crimson #E9152F

RGB

 RED value IS 233 (91.41% from 255) = 77.41%

 GREEN value IS 21 (8.59% from 255) = 6.98%

 BLUE value IS 47 (18.75% from 255) = 15.61%

R = 77.41%
G = 6.98%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E9152F (or 0xE9152F) is known color: Crimson. HEX triplet: E9, 15 and 2F. RGB value is (233,21,47). Sum of RGB (Red+Green+Blue) = 233+21+47=301 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.41% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 233 - color contains mainly: red. Hex color #E9152F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9152F is #16EAD0. Grayscale: #575757. Windows color (decimal): -1501905 or 3085801. OLE color: 3085801.

HSL color Cylindrical-coordinate representation of color #E9152F: hue angle of 352.64º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9152F is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 21 47 -
CMYK 0 0.91 0.80 0.09
HSL 352.64º 0.83% 0.5% -
HSV(B) 352.64º 0.91% 0.91% -
XYZ 34.39 18.07 4.36 -
YUV 87.35 105.24 231.89 -
System Red Green Blue C M Y K H S L
Decimal 233 21 47 0 0.91 0.80 0.09 352.64 0.83 0.5
Hex E9 15 2F 0 5B 50 9 161 53 32
Octal 351 25 57 0 133 120 11 541 123 62
Binary 11101001 10101 101111 0 1011011 1010000 1001 101100001 1010011 110010

Color Harmonies of #E9152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9152F

Black with #E9152F

Text Example


Text Example

White with #E9152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9152F; }

 p { color: rgb(233,21,47); }

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

background-color css

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

 a { background-color: rgb(233,21,47); }

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

border-color css

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

 span { border-color: rgb(233,21,47); }

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