Html Css Color HEX #EB271A Scarlet

📋 copy color: '#EB271A'

red 235 ◦ green 39 ◦ blue 26

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

Shades of Scarlet #EB271A

Tints of Scarlet #EB271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13%

 BLUE value IS 26 (10.55% from 255) = 8.67%

R = 78.33%
G = 13%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB271A (or 0xEB271A) is known color: Scarlet. HEX triplet: EB, 27 and 1A. RGB value is (235,39,26). Sum of RGB (Red+Green+Blue) = 235+39+26=300 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.33% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 235 - color contains mainly: red. Hex color #EB271A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB271A is #14D8E5. Grayscale: #606060. Windows color (decimal): -1366246 or 1714155. OLE color: 1714155.

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

Color convert

RGB 235 39 26 -
CMYK 0 0.83 0.89 0.08
HSL 3.73º 0.84% 0.51% -
HSV(B) 3.73º 0.89% 0.92% -
XYZ 35.17 19.19 2.83 -
YUV 96.12 88.43 227.06 -
System Red Green Blue C M Y K H S L
Decimal 235 39 26 0 0.83 0.89 0.08 3.73 0.84 0.51
Hex EB 27 1A 0 53 59 8 4 54 33
Octal 353 47 32 0 123 131 10 4 124 63
Binary 11101011 100111 11010 0 1010011 1011001 1000 100 1010100 110011

Color Harmonies of #EB271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB271A

Black with #EB271A

Text Example


Text Example

White with #EB271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB271A; }

 p { color: rgb(235,39,26); }

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

background-color css

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

 a { background-color: rgb(235,39,26); }

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

border-color css

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

 span { border-color: rgb(235,39,26); }

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