Html Css Color HEX #E62304 Scarlet

📋 copy color: '#E62304'

red 230 ◦ green 35 ◦ blue 4

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

Shades of Scarlet #E62304

Tints of Scarlet #E62304

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.01%

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

R = 85.5%
G = 13.01%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E62304 (or 0xE62304) is known color: Scarlet. HEX triplet: E6, 23 and 04. RGB value is (230,35,4). Sum of RGB (Red+Green+Blue) = 230+35+4=269 (35% of max value = 765). Red value is 230 (90.23% from 255 or 85.50% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 230 - color contains mainly: red. Hex color #E62304 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62304 is #19DCFB. Grayscale: #5A5A5A. Windows color (decimal): -1694972 or 271334. OLE color: 271334.

HSL color Cylindrical-coordinate representation of color #E62304: hue angle of 8.23º 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 #E62304 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 35 4 -
CMYK 0 0.85 0.98 0.10
HSL 8.23º 0.97% 0.46% -
HSV(B) 8.23º 0.98% 0.9% -
XYZ 33.26 18.03 1.84 -
YUV 89.77 79.6 228.02 -
System Red Green Blue C M Y K H S L
Decimal 230 35 4 0 0.85 0.98 0.10 8.23 0.97 0.46
Hex E6 23 4 0 55 62 A 8 61 2E
Octal 346 43 4 0 125 142 12 10 141 56
Binary 11100110 100011 100 0 1010101 1100010 1010 1000 1100001 101110

Color Harmonies of #E62304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62304

Black with #E62304

Text Example


Text Example

White with #E62304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62304; }

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

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

background-color css

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

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

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

border-color css

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

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

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