Html Css Color HEX #E61306 Scarlet

📋 copy color: '#E61306'

red 230 ◦ green 19 ◦ blue 6

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

Shades of Scarlet #E61306

Tints of Scarlet #E61306

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.45%

 BLUE value IS 6 (2.73% from 255) = 2.35%

R = 90.2%
G = 7.45%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E61306 (or 0xE61306) is known color: Scarlet. HEX triplet: E6, 13 and 06. RGB value is (230,19,6). Sum of RGB (Red+Green+Blue) = 230+19+6=255 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.20% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 230 - color contains mainly: red. Hex color #E61306 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61306 is #19ECF9. Grayscale: #505050. Windows color (decimal): -1699066 or 398310. OLE color: 398310.

HSL color Cylindrical-coordinate representation of color #E61306: hue angle of 3.48º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E61306 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 19 6 -
CMYK 0 0.92 0.97 0.10
HSL 3.48º 0.95% 0.46% -
HSV(B) 3.48º 0.97% 0.9% -
XYZ 32.9 17.3 1.78 -
YUV 80.61 85.9 234.56 -
System Red Green Blue C M Y K H S L
Decimal 230 19 6 0 0.92 0.97 0.10 3.48 0.95 0.46
Hex E6 13 6 0 5C 61 A 3 5F 2E
Octal 346 23 6 0 134 141 12 3 137 56
Binary 11100110 10011 110 0 1011100 1100001 1010 11 1011111 101110

Color Harmonies of #E61306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61306

Black with #E61306

Text Example


Text Example

White with #E61306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61306; }

 p { color: rgb(230,19,6); }

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

background-color css

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

 a { background-color: rgb(230,19,6); }

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

border-color css

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

 span { border-color: rgb(230,19,6); }

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