Html Css Color HEX #EB2701 Scarlet

📋 copy color: '#EB2701'

red 235 ◦ green 39 ◦ blue 1

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

Shades of Scarlet #EB2701

Tints of Scarlet #EB2701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 85.45%
G = 14.18%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EB2701 (or 0xEB2701) is known color: Scarlet. HEX triplet: EB, 27 and 01. RGB value is (235,39,1). Sum of RGB (Red+Green+Blue) = 235+39+1=275 (36% of max value = 765). Red value is 235 (92.19% from 255 or 85.45% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2701 is #14D8FE. Grayscale: #5D5D5D. Windows color (decimal): -1366271 or 75755. OLE color: 75755.

HSL color Cylindrical-coordinate representation of color #EB2701: hue angle of 9.74º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB2701 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 39 1 -
CMYK 0 0.83 1.00 0.08
HSL 9.74º 0.99% 0.46% -
HSV(B) 9.74º 1% 0.92% -
XYZ 34.99 19.12 1.87 -
YUV 93.27 75.93 229.09 -
System Red Green Blue C M Y K H S L
Decimal 235 39 1 0 0.83 1.00 0.08 9.74 0.99 0.46
Hex EB 27 1 0 53 64 8 A 63 2E
Octal 353 47 1 0 123 144 10 12 143 56
Binary 11101011 100111 1 0 1010011 1100100 1000 1010 1100011 101110

Color Harmonies of #EB2701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2701

Black with #EB2701

Text Example


Text Example

White with #EB2701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2701; }

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

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

background-color css

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

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

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

border-color css

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

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

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