Html Css Color HEX #E92A14 Scarlet

📋 copy color: '#E92A14'

red 233 ◦ green 42 ◦ blue 20

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

Shades of Scarlet #E92A14

Tints of Scarlet #E92A14

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.24%

 BLUE value IS 20 (8.2% from 255) = 6.78%

R = 78.98%
G = 14.24%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E92A14 (or 0xE92A14) is known color: Scarlet. HEX triplet: E9, 2A and 14. RGB value is (233,42,20). Sum of RGB (Red+Green+Blue) = 233+42+20=295 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.98% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E92A14 is #16D5EB. Grayscale: #606060. Windows color (decimal): -1496556 or 1321705. OLE color: 1321705.

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

Color convert

RGB 233 42 20 -
CMYK 0 0.82 0.91 0.09
HSL 6.2º 0.84% 0.5% -
HSV(B) 6.2º 0.91% 0.91% -
XYZ 34.56 19.03 2.51 -
YUV 96.6 84.78 225.29 -
System Red Green Blue C M Y K H S L
Decimal 233 42 20 0 0.82 0.91 0.09 6.2 0.84 0.5
Hex E9 2A 14 0 52 5B 9 6 54 32
Octal 351 52 24 0 122 133 11 6 124 62
Binary 11101001 101010 10100 0 1010010 1011011 1001 110 1010100 110010

Color Harmonies of #E92A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92A14

Black with #E92A14

Text Example


Text Example

White with #E92A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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