Html Css Color HEX #E6200E Scarlet

📋 copy color: '#E6200E'

red 230 ◦ green 32 ◦ blue 14

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

Shades of Scarlet #E6200E

Tints of Scarlet #E6200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.59%

 BLUE value IS 14 (5.86% from 255) = 5.07%

R = 83.33%
G = 11.59%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6200E (or 0xE6200E) is known color: Scarlet. HEX triplet: E6, 20 and 0E. RGB value is (230,32,14). Sum of RGB (Red+Green+Blue) = 230+32+14=276 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.33% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 230 - color contains mainly: red. Hex color #E6200E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6200E is #19DFF1. Grayscale: #595959. Windows color (decimal): -1695730 or 925926. OLE color: 925926.

HSL color Cylindrical-coordinate representation of color #E6200E: hue angle of 5º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6200E is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 32 14 -
CMYK 0 0.86 0.94 0.10
HSL 0.89% 0.48% -
HSV(B) 0.94% 0.9% -
XYZ 33.23 17.89 2.12 -
YUV 89.15 85.6 228.46 -
System Red Green Blue C M Y K H S L
Decimal 230 32 14 0 0.86 0.94 0.10 5 0.89 0.48
Hex E6 20 E 0 56 5E A 5 59 30
Octal 346 40 16 0 126 136 12 5 131 60
Binary 11100110 100000 1110 0 1010110 1011110 1010 101 1011001 110000

Color Harmonies of #E6200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6200E

Black with #E6200E

Text Example


Text Example

White with #E6200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6200E; }

 p { color: rgb(230,32,14); }

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

background-color css

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

 a { background-color: rgb(230,32,14); }

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

border-color css

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

 span { border-color: rgb(230,32,14); }

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