Html Css Color HEX #E9140F Scarlet

📋 copy color: '#E9140F'

red 233 ◦ green 20 ◦ blue 15

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

Shades of Scarlet #E9140F

Tints of Scarlet #E9140F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.6%

R = 86.94%
G = 7.46%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E9140F (or 0xE9140F) is known color: Scarlet. HEX triplet: E9, 14 and 0F. RGB value is (233,20,15). Sum of RGB (Red+Green+Blue) = 233+20+15=268 (35% of max value = 765). Red value is 233 (91.41% from 255 or 86.94% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 233 - color contains mainly: red. Hex color #E9140F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9140F is #16EBF0. Grayscale: #535353. Windows color (decimal): -1502193 or 988393. OLE color: 988393.

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

Color convert

RGB 233 20 15 -
CMYK 0 0.91 0.94 0.09
HSL 1.38º 0.88% 0.49% -
HSV(B) 1.38º 0.94% 0.91% -
XYZ 33.94 17.86 2.11 -
YUV 83.12 89.57 234.91 -
System Red Green Blue C M Y K H S L
Decimal 233 20 15 0 0.91 0.94 0.09 1.38 0.88 0.49
Hex E9 14 F 0 5B 5E 9 1 58 31
Octal 351 24 17 0 133 136 11 1 130 61
Binary 11101001 10100 1111 0 1011011 1011110 1001 1 1011000 110001

Color Harmonies of #E9140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9140F

Black with #E9140F

Text Example


Text Example

White with #E9140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9140F; }

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

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

background-color css

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

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

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

border-color css

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

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

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