Html Css Color HEX #EB2607 Scarlet

📋 copy color: '#EB2607'

red 235 ◦ green 38 ◦ blue 7

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

Shades of Scarlet #EB2607

Tints of Scarlet #EB2607

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.57%

 BLUE value IS 7 (3.13% from 255) = 2.5%

R = 83.93%
G = 13.57%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EB2607 (or 0xEB2607) is known color: Scarlet. HEX triplet: EB, 26 and 07. RGB value is (235,38,7). Sum of RGB (Red+Green+Blue) = 235+38+7=280 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.93% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2607 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2607 is #14D9F8. Grayscale: #5D5D5D. Windows color (decimal): -1366521 or 468715. OLE color: 468715.

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

Color convert

RGB 235 38 7 -
CMYK 0 0.84 0.97 0.08
HSL 8.16º 0.94% 0.47% -
HSV(B) 8.16º 0.97% 0.92% -
XYZ 34.99 19.06 2.04 -
YUV 93.37 79.27 229.02 -
System Red Green Blue C M Y K H S L
Decimal 235 38 7 0 0.84 0.97 0.08 8.16 0.94 0.47
Hex EB 26 7 0 54 61 8 8 5E 2F
Octal 353 46 7 0 124 141 10 10 136 57
Binary 11101011 100110 111 0 1010100 1100001 1000 1000 1011110 101111

Color Harmonies of #EB2607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2607

Black with #EB2607

Text Example


Text Example

White with #EB2607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2607; }

 p { color: rgb(235,38,7); }

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

background-color css

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

 a { background-color: rgb(235,38,7); }

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

border-color css

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

 span { border-color: rgb(235,38,7); }

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