Html Css Color HEX #EB2D10 Scarlet

📋 copy color: '#EB2D10'

red 235 ◦ green 45 ◦ blue 16

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

Shades of Scarlet #EB2D10

Tints of Scarlet #EB2D10

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.2%

 BLUE value IS 16 (6.64% from 255) = 5.41%

R = 79.39%
G = 15.2%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EB2D10 (or 0xEB2D10) is known color: Scarlet. HEX triplet: EB, 2D and 10. RGB value is (235,45,16). Sum of RGB (Red+Green+Blue) = 235+45+16=296 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.39% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2D10 is #14D2EF. Grayscale: #626262. Windows color (decimal): -1364720 or 1060331. OLE color: 1060331.

HSL color Cylindrical-coordinate representation of color #EB2D10: hue angle of 7.95º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB2D10 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 45 16 -
CMYK 0 0.81 0.93 0.08
HSL 7.95º 0.87% 0.49% -
HSV(B) 7.95º 0.93% 0.92% -
XYZ 35.29 19.58 2.41 -
YUV 98.5 81.45 225.36 -
System Red Green Blue C M Y K H S L
Decimal 235 45 16 0 0.81 0.93 0.08 7.95 0.87 0.49
Hex EB 2D 10 0 51 5D 8 8 57 31
Octal 353 55 20 0 121 135 10 10 127 61
Binary 11101011 101101 10000 0 1010001 1011101 1000 1000 1010111 110001

Color Harmonies of #EB2D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2D10

Black with #EB2D10

Text Example


Text Example

White with #EB2D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2D10; }

 p { color: rgb(235,45,16); }

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

background-color css

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

 a { background-color: rgb(235,45,16); }

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

border-color css

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

 span { border-color: rgb(235,45,16); }

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