Html Css Color HEX #E6250F Scarlet

📋 copy color: '#E6250F'

red 230 ◦ green 37 ◦ blue 15

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

Shades of Scarlet #E6250F

Tints of Scarlet #E6250F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.32%

R = 81.56%
G = 13.12%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E6250F (or 0xE6250F) is known color: Scarlet. HEX triplet: E6, 25 and 0F. RGB value is (230,37,15). Sum of RGB (Red+Green+Blue) = 230+37+15=282 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.56% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 230 - color contains mainly: red. Hex color #E6250F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6250F is #19DAF0. Grayscale: #5C5C5C. Windows color (decimal): -1694449 or 992742. OLE color: 992742.

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

Color convert

RGB 230 37 15 -
CMYK 0 0.84 0.93 0.10
HSL 6.14º 0.88% 0.48% -
HSV(B) 6.14º 0.93% 0.9% -
XYZ 33.38 18.18 2.2 -
YUV 92.2 84.44 226.29 -
System Red Green Blue C M Y K H S L
Decimal 230 37 15 0 0.84 0.93 0.10 6.14 0.88 0.48
Hex E6 25 F 0 54 5D A 6 58 30
Octal 346 45 17 0 124 135 12 6 130 60
Binary 11100110 100101 1111 0 1010100 1011101 1010 110 1011000 110000

Color Harmonies of #E6250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6250F

Black with #E6250F

Text Example


Text Example

White with #E6250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6250F; }

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

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

background-color css

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

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

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

border-color css

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

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

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