Html Css Color HEX #E61C00 Scarlet

📋 copy color: '#E61C00'

red 230 ◦ green 28 ◦ blue 0

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

Shades of Scarlet #E61C00

Tints of Scarlet #E61C00

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.85%

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

R = 89.15%
G = 10.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E61C00 (or 0xE61C00) is known color: Scarlet. HEX triplet: E6, 1C and 00. RGB value is (230,28,0). Sum of RGB (Red+Green+Blue) = 230+28+0=258 (34% of max value = 765). Red value is 230 (90.23% from 255 or 89.15% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E61C00 is #19E3FF. Grayscale: #555555. Windows color (decimal): -1696768 or 7398. OLE color: 7398.

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

Color convert

RGB 230 28 0 -
CMYK 0 0.88 1 0.10
HSL 7.3º 1% 0.45% -
HSV(B) 7.3º 1% 0.9% -
XYZ 33.05 17.65 1.67 -
YUV 85.21 79.92 231.28 -
System Red Green Blue C M Y K H S L
Decimal 230 28 0 0 0.88 1 0.10 7.3 1 0.45
Hex E6 1C 0 0 58 64 A 7 64 2D
Octal 346 34 0 0 130 144 12 7 144 55
Binary 11100110 11100 0 0 1011000 1100100 1010 111 1100100 101101

Color Harmonies of #E61C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61C00

Black with #E61C00

Text Example


Text Example

White with #E61C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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