Html Css Color HEX #EB270F Scarlet

📋 copy color: '#EB270F'

red 235 ◦ green 39 ◦ blue 15

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

Shades of Scarlet #EB270F

Tints of Scarlet #EB270F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.19%

R = 81.31%
G = 13.49%
B = 5.19%

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

#EB270F (or 0xEB270F) is known color: Scarlet. HEX triplet: EB, 27 and 0F. RGB value is (235,39,15). Sum of RGB (Red+Green+Blue) = 235+39+15=289 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.31% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 235 - color contains mainly: red. Hex color #EB270F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB270F is #14D8F0. Grayscale: #5F5F5F. Windows color (decimal): -1366257 or 993259. OLE color: 993259.

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

Color convert

RGB 235 39 15 -
CMYK 0 0.83 0.94 0.08
HSL 6.55º 0.88% 0.49% -
HSV(B) 6.55º 0.94% 0.92% -
XYZ 35.07 19.15 2.3 -
YUV 94.87 82.93 227.95 -
System Red Green Blue C M Y K H S L
Decimal 235 39 15 0 0.83 0.94 0.08 6.55 0.88 0.49
Hex EB 27 F 0 53 5E 8 7 58 31
Octal 353 47 17 0 123 136 10 7 130 61
Binary 11101011 100111 1111 0 1010011 1011110 1000 111 1011000 110001

Color Harmonies of #EB270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB270F

Black with #EB270F

Text Example


Text Example

White with #EB270F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB270F; }

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

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

background-color css

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

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

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

border-color css

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

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

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