Html Css Color HEX #E6250D Scarlet

📋 copy color: '#E6250D'

red 230 ◦ green 37 ◦ blue 13

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

Shades of Scarlet #E6250D

Tints of Scarlet #E6250D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.64%

R = 82.14%
G = 13.21%
B = 4.64%

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

#E6250D (or 0xE6250D) is known color: Scarlet. HEX triplet: E6, 25 and 0D. RGB value is (230,37,13). Sum of RGB (Red+Green+Blue) = 230+37+13=280 (37% of max value = 765). Red value is 230 (90.23% from 255 or 82.14% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 230 - color contains mainly: red. Hex color #E6250D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6250D is #19DAF2. Grayscale: #5C5C5C. Windows color (decimal): -1694451 or 861670. OLE color: 861670.

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

Color convert

RGB 230 37 13 -
CMYK 0 0.84 0.94 0.10
HSL 6.64º 0.89% 0.48% -
HSV(B) 6.64º 0.94% 0.9% -
XYZ 33.37 18.18 2.13 -
YUV 91.97 83.44 226.45 -
System Red Green Blue C M Y K H S L
Decimal 230 37 13 0 0.84 0.94 0.10 6.64 0.89 0.48
Hex E6 25 D 0 54 5E A 7 59 30
Octal 346 45 15 0 124 136 12 7 131 60
Binary 11100110 100101 1101 0 1010100 1011110 1010 111 1011001 110000

Color Harmonies of #E6250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6250D

Black with #E6250D

Text Example


Text Example

White with #E6250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6250D; }

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

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

background-color css

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

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

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

border-color css

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

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

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