Html Css Color HEX #EB251E Scarlet

📋 copy color: '#EB251E'

red 235 ◦ green 37 ◦ blue 30

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

Shades of Scarlet #EB251E

Tints of Scarlet #EB251E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.93%

R = 77.81%
G = 12.25%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EB251E (or 0xEB251E) is known color: Scarlet. HEX triplet: EB, 25 and 1E. RGB value is (235,37,30). Sum of RGB (Red+Green+Blue) = 235+37+30=302 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.81% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 235 - color contains mainly: red. Hex color #EB251E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB251E is #14DAE1. Grayscale: #5F5F5F. Windows color (decimal): -1366754 or 1975787. OLE color: 1975787.

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

Color convert

RGB 235 37 30 -
CMYK 0 0.84 0.87 0.08
HSL 2.05º 0.84% 0.52% -
HSV(B) 2.05º 0.87% 0.92% -
XYZ 35.16 19.08 3.06 -
YUV 95.4 91.1 227.57 -
System Red Green Blue C M Y K H S L
Decimal 235 37 30 0 0.84 0.87 0.08 2.05 0.84 0.52
Hex EB 25 1E 0 54 57 8 2 54 34
Octal 353 45 36 0 124 127 10 2 124 64
Binary 11101011 100101 11110 0 1010100 1010111 1000 10 1010100 110100

Color Harmonies of #EB251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB251E

Black with #EB251E

Text Example


Text Example

White with #EB251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB251E; }

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

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

background-color css

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

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

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

border-color css

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

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

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