Html Css Color HEX #EB270E Scarlet

📋 copy color: '#EB270E'

red 235 ◦ green 39 ◦ blue 14

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

Shades of Scarlet #EB270E

Tints of Scarlet #EB270E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.86%

R = 81.6%
G = 13.54%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB270E (or 0xEB270E) is known color: Scarlet. HEX triplet: EB, 27 and 0E. RGB value is (235,39,14). Sum of RGB (Red+Green+Blue) = 235+39+14=288 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.60% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 235 - color contains mainly: red. Hex color #EB270E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB270E is #14D8F1. Grayscale: #5F5F5F. Windows color (decimal): -1366258 or 927723. OLE color: 927723.

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

Color convert

RGB 235 39 14 -
CMYK 0 0.83 0.94 0.08
HSL 6.79º 0.89% 0.49% -
HSV(B) 6.79º 0.94% 0.92% -
XYZ 35.07 19.14 2.26 -
YUV 94.75 82.43 228.03 -
System Red Green Blue C M Y K H S L
Decimal 235 39 14 0 0.83 0.94 0.08 6.79 0.89 0.49
Hex EB 27 E 0 53 5E 8 7 59 31
Octal 353 47 16 0 123 136 10 7 131 61
Binary 11101011 100111 1110 0 1010011 1011110 1000 111 1011001 110001

Color Harmonies of #EB270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB270E

Black with #EB270E

Text Example


Text Example

White with #EB270E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB270E; }

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

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

background-color css

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

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

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

border-color css

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

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

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