Html Css Color HEX #EB250F Scarlet

📋 copy color: '#EB250F'

red 235 ◦ green 37 ◦ blue 15

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

Shades of Scarlet #EB250F

Tints of Scarlet #EB250F

RGB

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

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

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

R = 81.88%
G = 12.89%
B = 5.23%

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

#EB250F (or 0xEB250F) is known color: Scarlet. HEX triplet: EB, 25 and 0F. RGB value is (235,37,15). Sum of RGB (Red+Green+Blue) = 235+37+15=287 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.88% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 235 - color contains mainly: red. Hex color #EB250F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB250F is #14DAF0. Grayscale: #5D5D5D. Windows color (decimal): -1366769 or 992747. OLE color: 992747.

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

Color convert

RGB 235 37 15 -
CMYK 0 0.84 0.94 0.08
HSL 0.88% 0.49% -
HSV(B) 0.94% 0.92% -
XYZ 35.01 19.02 2.28 -
YUV 93.69 83.6 228.79 -
System Red Green Blue C M Y K H S L
Decimal 235 37 15 0 0.84 0.94 0.08 6 0.88 0.49
Hex EB 25 F 0 54 5E 8 6 58 31
Octal 353 45 17 0 124 136 10 6 130 61
Binary 11101011 100101 1111 0 1010100 1011110 1000 110 1011000 110001

Color Harmonies of #EB250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB250F

Black with #EB250F

Text Example


Text Example

White with #EB250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB250F; }

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

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

background-color css

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

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

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

border-color css

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

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

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