Html Css Color HEX #EB2D1A Scarlet

📋 copy color: '#EB2D1A'

red 235 ◦ green 45 ◦ blue 26

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

Shades of Scarlet #EB2D1A

Tints of Scarlet #EB2D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.5%

R = 76.8%
G = 14.71%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB2D1A (or 0xEB2D1A) is known color: Scarlet. HEX triplet: EB, 2D and 1A. RGB value is (235,45,26). Sum of RGB (Red+Green+Blue) = 235+45+26=306 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.80% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2D1A is #14D2E5. Grayscale: #636363. Windows color (decimal): -1364710 or 1715691. OLE color: 1715691.

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

Color convert

RGB 235 45 26 -
CMYK 0 0.81 0.89 0.08
HSL 5.45º 0.84% 0.51% -
HSV(B) 5.45º 0.89% 0.92% -
XYZ 35.39 19.61 2.9 -
YUV 99.64 86.45 224.54 -
System Red Green Blue C M Y K H S L
Decimal 235 45 26 0 0.81 0.89 0.08 5.45 0.84 0.51
Hex EB 2D 1A 0 51 59 8 5 54 33
Octal 353 55 32 0 121 131 10 5 124 63
Binary 11101011 101101 11010 0 1010001 1011001 1000 101 1010100 110011

Color Harmonies of #EB2D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2D1A

Black with #EB2D1A

Text Example


Text Example

White with #EB2D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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