Html Css Color HEX #EB250B Scarlet

📋 copy color: '#EB250B'

red 235 ◦ green 37 ◦ blue 11

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

Shades of Scarlet #EB250B

Tints of Scarlet #EB250B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.89%

R = 83.04%
G = 13.07%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB250B (or 0xEB250B) is known color: Scarlet. HEX triplet: EB, 25 and 0B. RGB value is (235,37,11). Sum of RGB (Red+Green+Blue) = 235+37+11=283 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.04% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 235 - color contains mainly: red. Hex color #EB250B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB250B is #14DAF4. Grayscale: #5D5D5D. Windows color (decimal): -1366773 or 730603. OLE color: 730603.

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

Color convert

RGB 235 37 11 -
CMYK 0 0.84 0.95 0.08
HSL 6.96º 0.91% 0.48% -
HSV(B) 6.96º 0.95% 0.92% -
XYZ 34.98 19.01 2.14 -
YUV 93.24 81.6 229.11 -
System Red Green Blue C M Y K H S L
Decimal 235 37 11 0 0.84 0.95 0.08 6.96 0.91 0.48
Hex EB 25 B 0 54 5F 8 7 5B 30
Octal 353 45 13 0 124 137 10 7 133 60
Binary 11101011 100101 1011 0 1010100 1011111 1000 111 1011011 110000

Color Harmonies of #EB250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB250B

Black with #EB250B

Text Example


Text Example

White with #EB250B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB250B; }

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

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

background-color css

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

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

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

border-color css

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

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

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