Html Css Color HEX #E61A0F Scarlet

📋 copy color: '#E61A0F'

red 230 ◦ green 26 ◦ blue 15

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

Shades of Scarlet #E61A0F

Tints of Scarlet #E61A0F

RGB

 RED value IS 230 (90.23% from 255) = 84.87%

 GREEN value IS 26 (10.55% from 255) = 9.59%

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

R = 84.87%
G = 9.59%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E61A0F (or 0xE61A0F) is known color: Scarlet. HEX triplet: E6, 1A and 0F. RGB value is (230,26,15). Sum of RGB (Red+Green+Blue) = 230+26+15=271 (35% of max value = 765). Red value is 230 (90.23% from 255 or 84.87% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 230 - color contains mainly: red. Hex color #E61A0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E61A0F is #19E5F0. Grayscale: #555555. Windows color (decimal): -1697265 or 989926. OLE color: 989926.

HSL color Cylindrical-coordinate representation of color #E61A0F: hue angle of 3.07º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E61A0F is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 26 15 -
CMYK 0 0.89 0.93 0.10
HSL 3.07º 0.88% 0.48% -
HSV(B) 3.07º 0.93% 0.9% -
XYZ 33.09 17.6 2.1 -
YUV 85.74 88.09 230.89 -
System Red Green Blue C M Y K H S L
Decimal 230 26 15 0 0.89 0.93 0.10 3.07 0.88 0.48
Hex E6 1A F 0 59 5D A 3 58 30
Octal 346 32 17 0 131 135 12 3 130 60
Binary 11100110 11010 1111 0 1011001 1011101 1010 11 1011000 110000

Color Harmonies of #E61A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61A0F

Black with #E61A0F

Text Example


Text Example

White with #E61A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61A0F; }

 p { color: rgb(230,26,15); }

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

background-color css

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

 a { background-color: rgb(230,26,15); }

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

border-color css

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

 span { border-color: rgb(230,26,15); }

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