Html Css Color HEX #E9142F Crimson

📋 copy color: '#E9142F'

red 233 ◦ green 20 ◦ blue 47

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

Shades of Crimson #E9142F

Tints of Crimson #E9142F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.67%

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

R = 77.67%
G = 6.67%
B = 15.67%

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

#E9142F (or 0xE9142F) is known color: Crimson. HEX triplet: E9, 14 and 2F. RGB value is (233,20,47). Sum of RGB (Red+Green+Blue) = 233+20+47=300 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.67% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 233 - color contains mainly: red. Hex color #E9142F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9142F is #16EBD0. Grayscale: #565656. Windows color (decimal): -1502161 or 3085545. OLE color: 3085545.

HSL color Cylindrical-coordinate representation of color #E9142F: hue angle of 352.39º degrees, saturation: 0.84, 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 #E9142F is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 20 47 -
CMYK 0 0.91 0.80 0.09
HSL 352.39º 0.84% 0.5% -
HSV(B) 352.39º 0.91% 0.91% -
XYZ 34.37 18.03 4.36 -
YUV 86.77 105.57 232.3 -
System Red Green Blue C M Y K H S L
Decimal 233 20 47 0 0.91 0.80 0.09 352.39 0.84 0.5
Hex E9 14 2F 0 5B 50 9 160 54 32
Octal 351 24 57 0 133 120 11 540 124 62
Binary 11101001 10100 101111 0 1011011 1010000 1001 101100000 1010100 110010

Color Harmonies of #E9142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9142F

Black with #E9142F

Text Example


Text Example

White with #E9142F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9142F; }

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

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

background-color css

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

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

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

border-color css

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

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

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