Html Css Color HEX #EB231E Scarlet

📋 copy color: '#EB231E'

red 235 ◦ green 35 ◦ blue 30

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

Shades of Scarlet #EB231E

Tints of Scarlet #EB231E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.67%

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

R = 78.33%
G = 11.67%
B = 10%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EB231E (or 0xEB231E) is known color: Scarlet. HEX triplet: EB, 23 and 1E. RGB value is (235,35,30). Sum of RGB (Red+Green+Blue) = 235+35+30=300 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.33% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 235 - color contains mainly: red. Hex color #EB231E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB231E is #14DCE1. Grayscale: #5E5E5E. Windows color (decimal): -1367266 or 1975275. OLE color: 1975275.

HSL color Cylindrical-coordinate representation of color #EB231E: hue angle of 1.46º 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 #EB231E is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 35 30 -
CMYK 0 0.85 0.87 0.08
HSL 1.46º 0.84% 0.52% -
HSV(B) 1.46º 0.87% 0.92% -
XYZ 35.1 18.96 3.04 -
YUV 94.23 91.76 228.41 -
System Red Green Blue C M Y K H S L
Decimal 235 35 30 0 0.85 0.87 0.08 1.46 0.84 0.52
Hex EB 23 1E 0 55 57 8 1 54 34
Octal 353 43 36 0 125 127 10 1 124 64
Binary 11101011 100011 11110 0 1010101 1010111 1000 1 1010100 110100

Color Harmonies of #EB231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB231E

Black with #EB231E

Text Example


Text Example

White with #EB231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB231E; }

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

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

background-color css

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

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

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

border-color css

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

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

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