Html Css Color HEX #EB2807 Scarlet

📋 copy color: '#EB2807'

red 235 ◦ green 40 ◦ blue 7

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

Shades of Scarlet #EB2807

Tints of Scarlet #EB2807

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.18%

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

R = 83.33%
G = 14.18%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EB2807 (or 0xEB2807) is known color: Scarlet. HEX triplet: EB, 28 and 07. RGB value is (235,40,7). Sum of RGB (Red+Green+Blue) = 235+40+7=282 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.33% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2807 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2807 is #14D7F8. Grayscale: #5E5E5E. Windows color (decimal): -1366009 or 469227. OLE color: 469227.

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

Color convert

RGB 235 40 7 -
CMYK 0 0.83 0.97 0.08
HSL 8.68º 0.94% 0.47% -
HSV(B) 8.68º 0.97% 0.92% -
XYZ 35.06 19.2 2.06 -
YUV 94.54 78.6 228.18 -
System Red Green Blue C M Y K H S L
Decimal 235 40 7 0 0.83 0.97 0.08 8.68 0.94 0.47
Hex EB 28 7 0 53 61 8 9 5E 2F
Octal 353 50 7 0 123 141 10 11 136 57
Binary 11101011 101000 111 0 1010011 1100001 1000 1001 1011110 101111

Color Harmonies of #EB2807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2807

Black with #EB2807

Text Example


Text Example

White with #EB2807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2807; }

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

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

background-color css

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

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

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

border-color css

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

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

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