Html Css Color HEX #EB2C07 Scarlet

📋 copy color: '#EB2C07'

red 235 ◦ green 44 ◦ blue 7

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

Shades of Scarlet #EB2C07

Tints of Scarlet #EB2C07

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.38%

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

R = 82.17%
G = 15.38%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EB2C07 (or 0xEB2C07) is known color: Scarlet. HEX triplet: EB, 2C and 07. RGB value is (235,44,7). Sum of RGB (Red+Green+Blue) = 235+44+7=286 (37% of max value = 765). Red value is 235 (92.19% from 255 or 82.17% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 7 (3.12% from 255 or 2.45% from 286); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2C07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2C07 is #14D3F8. Grayscale: #616161. Windows color (decimal): -1364985 or 470251. OLE color: 470251.

HSL color Cylindrical-coordinate representation of color #EB2C07: hue angle of 9.74º 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 #EB2C07 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 44 7 -
CMYK 0 0.81 0.97 0.08
HSL 9.74º 0.94% 0.47% -
HSV(B) 9.74º 0.97% 0.92% -
XYZ 35.2 19.48 2.11 -
YUV 96.89 77.28 226.51 -
System Red Green Blue C M Y K H S L
Decimal 235 44 7 0 0.81 0.97 0.08 9.74 0.94 0.47
Hex EB 2C 7 0 51 61 8 A 5E 2F
Octal 353 54 7 0 121 141 10 12 136 57
Binary 11101011 101100 111 0 1010001 1100001 1000 1010 1011110 101111

Color Harmonies of #EB2C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2C07

Black with #EB2C07

Text Example


Text Example

White with #EB2C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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