Html Css Color HEX #EB251C Scarlet

📋 copy color: '#EB251C'

red 235 ◦ green 37 ◦ blue 28

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

Shades of Scarlet #EB251C

Tints of Scarlet #EB251C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.33%

R = 78.33%
G = 12.33%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB251C (or 0xEB251C) is known color: Scarlet. HEX triplet: EB, 25 and 1C. RGB value is (235,37,28). Sum of RGB (Red+Green+Blue) = 235+37+28=300 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.33% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 235 - color contains mainly: red. Hex color #EB251C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB251C is #14DAE3. Grayscale: #5F5F5F. Windows color (decimal): -1366756 or 1844715. OLE color: 1844715.

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

Color convert

RGB 235 37 28 -
CMYK 0 0.84 0.88 0.08
HSL 2.61º 0.84% 0.52% -
HSV(B) 2.61º 0.88% 0.92% -
XYZ 35.13 19.07 2.93 -
YUV 95.18 90.1 227.73 -
System Red Green Blue C M Y K H S L
Decimal 235 37 28 0 0.84 0.88 0.08 2.61 0.84 0.52
Hex EB 25 1C 0 54 58 8 3 54 34
Octal 353 45 34 0 124 130 10 3 124 64
Binary 11101011 100101 11100 0 1010100 1011000 1000 11 1010100 110100

Color Harmonies of #EB251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB251C

Black with #EB251C

Text Example


Text Example

White with #EB251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB251C; }

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

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

background-color css

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

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

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

border-color css

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

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

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