Html Css Color HEX #E62300 Scarlet

📋 copy color: '#E62300'

red 230 ◦ green 35 ◦ blue 0

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

Shades of Scarlet #E62300

Tints of Scarlet #E62300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.79%
G = 13.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E62300 (or 0xE62300) is known color: Scarlet. HEX triplet: E6, 23 and 00. RGB value is (230,35,0). Sum of RGB (Red+Green+Blue) = 230+35+0=265 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.79% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 230 - color contains mainly: red. Hex color #E62300 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62300 is #19DCFF. Grayscale: #595959. Windows color (decimal): -1694976 or 9190. OLE color: 9190.

HSL color Cylindrical-coordinate representation of color #E62300: hue angle of 9.13º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E62300 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 35 0 -
CMYK 0 0.85 1 0.10
HSL 9.13º 1% 0.45% -
HSV(B) 9.13º 1% 0.9% -
XYZ 33.23 18.03 1.73 -
YUV 89.32 77.6 228.35 -
System Red Green Blue C M Y K H S L
Decimal 230 35 0 0 0.85 1 0.10 9.13 1 0.45
Hex E6 23 0 0 55 64 A 9 64 2D
Octal 346 43 0 0 125 144 12 11 144 55
Binary 11100110 100011 0 0 1010101 1100100 1010 1001 1100100 101101

Color Harmonies of #E62300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62300

Black with #E62300

Text Example


Text Example

White with #E62300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62300; }

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

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

background-color css

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

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

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

border-color css

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

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

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