Html Css Color HEX #EB271B Scarlet

📋 copy color: '#EB271B'

red 235 ◦ green 39 ◦ blue 27

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

Shades of Scarlet #EB271B

Tints of Scarlet #EB271B

RGB

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

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

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

R = 78.07%
G = 12.96%
B = 8.97%

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

#EB271B (or 0xEB271B) is known color: Scarlet. HEX triplet: EB, 27 and 1B. RGB value is (235,39,27). Sum of RGB (Red+Green+Blue) = 235+39+27=301 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.07% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 235 - color contains mainly: red. Hex color #EB271B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB271B is #14D8E4. Grayscale: #606060. Windows color (decimal): -1366245 or 1779691. OLE color: 1779691.

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

Color convert

RGB 235 39 27 -
CMYK 0 0.83 0.89 0.08
HSL 3.46º 0.84% 0.51% -
HSV(B) 3.46º 0.89% 0.92% -
XYZ 35.18 19.19 2.89 -
YUV 96.24 88.93 226.98 -
System Red Green Blue C M Y K H S L
Decimal 235 39 27 0 0.83 0.89 0.08 3.46 0.84 0.51
Hex EB 27 1B 0 53 59 8 3 54 33
Octal 353 47 33 0 123 131 10 3 124 63
Binary 11101011 100111 11011 0 1010011 1011001 1000 11 1010100 110011

Color Harmonies of #EB271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB271B

Black with #EB271B

Text Example


Text Example

White with #EB271B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB271B; }

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

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

background-color css

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

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

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

border-color css

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

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

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