Html Css Color HEX #EB281A Scarlet

📋 copy color: '#EB281A'

red 235 ◦ green 40 ◦ blue 26

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

Shades of Scarlet #EB281A

Tints of Scarlet #EB281A

RGB

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

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

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

R = 78.07%
G = 13.29%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB281A (or 0xEB281A) is known color: Scarlet. HEX triplet: EB, 28 and 1A. RGB value is (235,40,26). Sum of RGB (Red+Green+Blue) = 235+40+26=301 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.07% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 235 - color contains mainly: red. Hex color #EB281A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB281A is #14D7E5. Grayscale: #606060. Windows color (decimal): -1365990 or 1714411. OLE color: 1714411.

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

Color convert

RGB 235 40 26 -
CMYK 0 0.83 0.89 0.08
HSL 4.02º 0.84% 0.51% -
HSV(B) 4.02º 0.89% 0.92% -
XYZ 35.21 19.25 2.84 -
YUV 96.71 88.1 226.64 -
System Red Green Blue C M Y K H S L
Decimal 235 40 26 0 0.83 0.89 0.08 4.02 0.84 0.51
Hex EB 28 1A 0 53 59 8 4 54 33
Octal 353 50 32 0 123 131 10 4 124 63
Binary 11101011 101000 11010 0 1010011 1011001 1000 100 1010100 110011

Color Harmonies of #EB281A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB281A

Black with #EB281A

Text Example


Text Example

White with #EB281A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB281A; }

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

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

background-color css

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

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

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

border-color css

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

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

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