Html Css Color HEX #EB261B Scarlet

📋 copy color: '#EB261B'

red 235 ◦ green 38 ◦ blue 27

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

Shades of Scarlet #EB261B

Tints of Scarlet #EB261B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.67%

 BLUE value IS 27 (10.94% from 255) = 9%

R = 78.33%
G = 12.67%
B = 9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB261B (or 0xEB261B) is known color: Scarlet. HEX triplet: EB, 26 and 1B. RGB value is (235,38,27). Sum of RGB (Red+Green+Blue) = 235+38+27=300 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.33% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 235 - color contains mainly: red. Hex color #EB261B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB261B is #14D9E4. Grayscale: #5F5F5F. Windows color (decimal): -1366501 or 1779435. OLE color: 1779435.

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

Color convert

RGB 235 38 27 -
CMYK 0 0.84 0.89 0.08
HSL 3.17º 0.84% 0.51% -
HSV(B) 3.17º 0.89% 0.92% -
XYZ 35.15 19.13 2.88 -
YUV 95.65 89.27 227.39 -
System Red Green Blue C M Y K H S L
Decimal 235 38 27 0 0.84 0.89 0.08 3.17 0.84 0.51
Hex EB 26 1B 0 54 59 8 3 54 33
Octal 353 46 33 0 124 131 10 3 124 63
Binary 11101011 100110 11011 0 1010100 1011001 1000 11 1010100 110011

Color Harmonies of #EB261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB261B

Black with #EB261B

Text Example


Text Example

White with #EB261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB261B; }

 p { color: rgb(235,38,27); }

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

background-color css

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

 a { background-color: rgb(235,38,27); }

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

border-color css

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

 span { border-color: rgb(235,38,27); }

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