Html Css Color HEX #EB281C Scarlet

📋 copy color: '#EB281C'

red 235 ◦ green 40 ◦ blue 28

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

Shades of Scarlet #EB281C

Tints of Scarlet #EB281C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.24%

R = 77.56%
G = 13.2%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB281C (or 0xEB281C) is known color: Scarlet. HEX triplet: EB, 28 and 1C. RGB value is (235,40,28). Sum of RGB (Red+Green+Blue) = 235+40+28=303 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.56% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 235 - color contains mainly: red. Hex color #EB281C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB281C is #14D7E3. Grayscale: #616161. Windows color (decimal): -1365988 or 1845483. OLE color: 1845483.

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

Color convert

RGB 235 40 28 -
CMYK 0 0.83 0.88 0.08
HSL 3.48º 0.84% 0.52% -
HSV(B) 3.48º 0.88% 0.92% -
XYZ 35.23 19.26 2.96 -
YUV 96.94 89.1 226.48 -
System Red Green Blue C M Y K H S L
Decimal 235 40 28 0 0.83 0.88 0.08 3.48 0.84 0.52
Hex EB 28 1C 0 53 58 8 3 54 34
Octal 353 50 34 0 123 130 10 3 124 64
Binary 11101011 101000 11100 0 1010011 1011000 1000 11 1010100 110100

Color Harmonies of #EB281C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB281C

Black with #EB281C

Text Example


Text Example

White with #EB281C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB281C; }

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

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

background-color css

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

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

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

border-color css

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

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

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