Html Css Color HEX #E3280A Scarlet

📋 copy color: '#E3280A'

red 227 ◦ green 40 ◦ blue 10

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

Shades of Scarlet #E3280A

Tints of Scarlet #E3280A

RGB

 RED value IS 227 (89.06% from 255) = 81.95%

 GREEN value IS 40 (16.02% from 255) = 14.44%

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

R = 81.95%
G = 14.44%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E3280A (or 0xE3280A) is known color: Scarlet. HEX triplet: E3, 28 and 0A. RGB value is (227,40,10). Sum of RGB (Red+Green+Blue) = 227+40+10=277 (36% of max value = 765). Red value is 227 (89.06% from 255 or 81.95% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 227 - color contains mainly: red. Hex color #E3280A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3280A is #1CD7F5. Grayscale: #5C5C5C. Windows color (decimal): -1890294 or 665827. OLE color: 665827.

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

Color convert

RGB 227 40 10 -
CMYK 0 0.82 0.96 0.11
HSL 8.29º 0.92% 0.46% -
HSV(B) 8.29º 0.96% 0.89% -
XYZ 32.49 17.87 2.02 -
YUV 92.49 81.45 223.94 -
System Red Green Blue C M Y K H S L
Decimal 227 40 10 0 0.82 0.96 0.11 8.29 0.92 0.46
Hex E3 28 A 0 52 60 B 8 5C 2E
Octal 343 50 12 0 122 140 13 10 134 56
Binary 11100011 101000 1010 0 1010010 1100000 1011 1000 1011100 101110

Color Harmonies of #E3280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3280A

Black with #E3280A

Text Example


Text Example

White with #E3280A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3280A; }

 p { color: rgb(227,40,10); }

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

background-color css

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

 a { background-color: rgb(227,40,10); }

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

border-color css

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

 span { border-color: rgb(227,40,10); }

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