Html Css Color HEX #EB2B0F Scarlet

📋 copy color: '#EB2B0F'

red 235 ◦ green 43 ◦ blue 15

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

Shades of Scarlet #EB2B0F

Tints of Scarlet #EB2B0F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.68%

 BLUE value IS 15 (6.25% from 255) = 5.12%

R = 80.2%
G = 14.68%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB2B0F (or 0xEB2B0F) is known color: Scarlet. HEX triplet: EB, 2B and 0F. RGB value is (235,43,15). Sum of RGB (Red+Green+Blue) = 235+43+15=293 (38% of max value = 765). Red value is 235 (92.19% from 255 or 80.20% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2B0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2B0F is #14D4F0. Grayscale: #616161. Windows color (decimal): -1365233 or 994283. OLE color: 994283.

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

Color convert

RGB 235 43 15 -
CMYK 0 0.82 0.94 0.08
HSL 7.64º 0.88% 0.49% -
HSV(B) 7.64º 0.94% 0.92% -
XYZ 35.21 19.42 2.35 -
YUV 97.22 81.61 226.28 -
System Red Green Blue C M Y K H S L
Decimal 235 43 15 0 0.82 0.94 0.08 7.64 0.88 0.49
Hex EB 2B F 0 52 5E 8 8 58 31
Octal 353 53 17 0 122 136 10 10 130 61
Binary 11101011 101011 1111 0 1010010 1011110 1000 1000 1011000 110001

Color Harmonies of #EB2B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2B0F

Black with #EB2B0F

Text Example


Text Example

White with #EB2B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2B0F; }

 p { color: rgb(235,43,15); }

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

background-color css

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

 a { background-color: rgb(235,43,15); }

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

border-color css

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

 span { border-color: rgb(235,43,15); }

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