Html Css Color HEX #EB250E Scarlet

📋 copy color: '#EB250E'

red 235 ◦ green 37 ◦ blue 14

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

Shades of Scarlet #EB250E

Tints of Scarlet #EB250E

RGB

 RED value IS 235 (92.19% from 255) = 82.17%

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

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

R = 82.17%
G = 12.94%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB250E (or 0xEB250E) is known color: Scarlet. HEX triplet: EB, 25 and 0E. RGB value is (235,37,14). Sum of RGB (Red+Green+Blue) = 235+37+14=286 (37% of max value = 765). Red value is 235 (92.19% from 255 or 82.17% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 235 - color contains mainly: red. Hex color #EB250E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB250E is #14DAF1. Grayscale: #5D5D5D. Windows color (decimal): -1366770 or 927211. OLE color: 927211.

HSL color Cylindrical-coordinate representation of color #EB250E: hue angle of 6.24º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB250E is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 37 14 -
CMYK 0 0.84 0.94 0.08
HSL 6.24º 0.89% 0.49% -
HSV(B) 6.24º 0.94% 0.92% -
XYZ 35 19.02 2.24 -
YUV 93.58 83.1 228.87 -
System Red Green Blue C M Y K H S L
Decimal 235 37 14 0 0.84 0.94 0.08 6.24 0.89 0.49
Hex EB 25 E 0 54 5E 8 6 59 31
Octal 353 45 16 0 124 136 10 6 131 61
Binary 11101011 100101 1110 0 1010100 1011110 1000 110 1011001 110001

Color Harmonies of #EB250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB250E

Black with #EB250E

Text Example


Text Example

White with #EB250E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB250E; }

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

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

background-color css

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

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

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

border-color css

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

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

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