Html Css Color HEX #E92A0A Scarlet

📋 copy color: '#E92A0A'

red 233 ◦ green 42 ◦ blue 10

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

Shades of Scarlet #E92A0A

Tints of Scarlet #E92A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.51%

R = 81.75%
G = 14.74%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E92A0A (or 0xE92A0A) is known color: Scarlet. HEX triplet: E9, 2A and 0A. RGB value is (233,42,10). Sum of RGB (Red+Green+Blue) = 233+42+10=285 (37% of max value = 765). Red value is 233 (91.41% from 255 or 81.75% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E92A0A is #16D5F5. Grayscale: #5F5F5F. Windows color (decimal): -1496566 or 666345. OLE color: 666345.

HSL color Cylindrical-coordinate representation of color #E92A0A: hue angle of 8.61º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E92A0A is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 42 10 -
CMYK 0 0.82 0.96 0.09
HSL 8.61º 0.92% 0.48% -
HSV(B) 8.61º 0.96% 0.91% -
XYZ 34.49 19 2.14 -
YUV 95.46 79.78 226.1 -
System Red Green Blue C M Y K H S L
Decimal 233 42 10 0 0.82 0.96 0.09 8.61 0.92 0.48
Hex E9 2A A 0 52 60 9 9 5C 30
Octal 351 52 12 0 122 140 11 11 134 60
Binary 11101001 101010 1010 0 1010010 1100000 1001 1001 1011100 110000

Color Harmonies of #E92A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92A0A

Black with #E92A0A

Text Example


Text Example

White with #E92A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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