Html Css Color HEX #EB250D Scarlet

📋 copy color: '#EB250D'

red 235 ◦ green 37 ◦ blue 13

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

Shades of Scarlet #EB250D

Tints of Scarlet #EB250D

RGB

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

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

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

R = 82.46%
G = 12.98%
B = 4.56%

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

#EB250D (or 0xEB250D) is known color: Scarlet. HEX triplet: EB, 25 and 0D. RGB value is (235,37,13). Sum of RGB (Red+Green+Blue) = 235+37+13=285 (37% of max value = 765). Red value is 235 (92.19% from 255 or 82.46% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 235 - color contains mainly: red. Hex color #EB250D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB250D is #14DAF2. Grayscale: #5D5D5D. Windows color (decimal): -1366771 or 861675. OLE color: 861675.

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

Color convert

RGB 235 37 13 -
CMYK 0 0.84 0.94 0.08
HSL 6.49º 0.9% 0.49% -
HSV(B) 6.49º 0.94% 0.92% -
XYZ 35 19.01 2.21 -
YUV 93.47 82.6 228.95 -
System Red Green Blue C M Y K H S L
Decimal 235 37 13 0 0.84 0.94 0.08 6.49 0.9 0.49
Hex EB 25 D 0 54 5E 8 6 5A 31
Octal 353 45 15 0 124 136 10 6 132 61
Binary 11101011 100101 1101 0 1010100 1011110 1000 110 1011010 110001

Color Harmonies of #EB250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB250D

Black with #EB250D

Text Example


Text Example

White with #EB250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB250D; }

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

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

background-color css

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

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

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

border-color css

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

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

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