Html Css Color HEX #EB270D Scarlet

📋 copy color: '#EB270D'

red 235 ◦ green 39 ◦ blue 13

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

Shades of Scarlet #EB270D

Tints of Scarlet #EB270D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.53%

R = 81.88%
G = 13.59%
B = 4.53%

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

#EB270D (or 0xEB270D) is known color: Scarlet. HEX triplet: EB, 27 and 0D. RGB value is (235,39,13). Sum of RGB (Red+Green+Blue) = 235+39+13=287 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.88% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 235 - color contains mainly: red. Hex color #EB270D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB270D is #14D8F2. Grayscale: #5E5E5E. Windows color (decimal): -1366259 or 862187. OLE color: 862187.

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

Color convert

RGB 235 39 13 -
CMYK 0 0.83 0.94 0.08
HSL 7.03º 0.9% 0.49% -
HSV(B) 7.03º 0.94% 0.92% -
XYZ 35.06 19.14 2.23 -
YUV 94.64 81.93 228.11 -
System Red Green Blue C M Y K H S L
Decimal 235 39 13 0 0.83 0.94 0.08 7.03 0.9 0.49
Hex EB 27 D 0 53 5E 8 7 5A 31
Octal 353 47 15 0 123 136 10 7 132 61
Binary 11101011 100111 1101 0 1010011 1011110 1000 111 1011010 110001

Color Harmonies of #EB270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB270D

Black with #EB270D

Text Example


Text Example

White with #EB270D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB270D; }

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

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

background-color css

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

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

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

border-color css

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

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

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