Html Css Color HEX #E61304 Scarlet

📋 copy color: '#E61304'

red 230 ◦ green 19 ◦ blue 4

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

Shades of Scarlet #E61304

Tints of Scarlet #E61304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.58%

R = 90.91%
G = 7.51%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E61304 (or 0xE61304) is known color: Scarlet. HEX triplet: E6, 13 and 04. RGB value is (230,19,4). Sum of RGB (Red+Green+Blue) = 230+19+4=253 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.91% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 230 - color contains mainly: red. Hex color #E61304 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E61304 is #19ECFB. Grayscale: #505050. Windows color (decimal): -1699068 or 267238. OLE color: 267238.

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

Color convert

RGB 230 19 4 -
CMYK 0 0.92 0.98 0.10
HSL 3.98º 0.97% 0.46% -
HSV(B) 3.98º 0.98% 0.9% -
XYZ 32.89 17.3 1.72 -
YUV 80.38 84.9 234.72 -
System Red Green Blue C M Y K H S L
Decimal 230 19 4 0 0.92 0.98 0.10 3.98 0.97 0.46
Hex E6 13 4 0 5C 62 A 4 61 2E
Octal 346 23 4 0 134 142 12 4 141 56
Binary 11100110 10011 100 0 1011100 1100010 1010 100 1100001 101110

Color Harmonies of #E61304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61304

Black with #E61304

Text Example


Text Example

White with #E61304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61304; }

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

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

background-color css

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

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

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

border-color css

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

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

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