Html Css Color HEX #E6250E Scarlet

📋 copy color: '#E6250E'

red 230 ◦ green 37 ◦ blue 14

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

Shades of Scarlet #E6250E

Tints of Scarlet #E6250E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.17%

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

R = 81.85%
G = 13.17%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6250E (or 0xE6250E) is known color: Scarlet. HEX triplet: E6, 25 and 0E. RGB value is (230,37,14). Sum of RGB (Red+Green+Blue) = 230+37+14=281 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.85% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 230 - color contains mainly: red. Hex color #E6250E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6250E is #19DAF1. Grayscale: #5C5C5C. Windows color (decimal): -1694450 or 927206. OLE color: 927206.

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

Color convert

RGB 230 37 14 -
CMYK 0 0.84 0.94 0.10
HSL 6.39º 0.89% 0.48% -
HSV(B) 6.39º 0.94% 0.9% -
XYZ 33.37 18.18 2.17 -
YUV 92.09 83.94 226.37 -
System Red Green Blue C M Y K H S L
Decimal 230 37 14 0 0.84 0.94 0.10 6.39 0.89 0.48
Hex E6 25 E 0 54 5E A 6 59 30
Octal 346 45 16 0 124 136 12 6 131 60
Binary 11100110 100101 1110 0 1010100 1011110 1010 110 1011001 110000

Color Harmonies of #E6250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6250E

Black with #E6250E

Text Example


Text Example

White with #E6250E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6250E; }

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

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

background-color css

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

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

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

border-color css

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

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

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