Html Css Color HEX #EB2A14 Scarlet

📋 copy color: '#EB2A14'

red 235 ◦ green 42 ◦ blue 20

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

Shades of Scarlet #EB2A14

Tints of Scarlet #EB2A14

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.14%

 BLUE value IS 20 (8.2% from 255) = 6.73%

R = 79.12%
G = 14.14%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB2A14 (or 0xEB2A14) is known color: Scarlet. HEX triplet: EB, 2A and 14. RGB value is (235,42,20). Sum of RGB (Red+Green+Blue) = 235+42+20=297 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.12% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2A14 is #14D5EB. Grayscale: #616161. Windows color (decimal): -1365484 or 1321707. OLE color: 1321707.

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

Color convert

RGB 235 42 20 -
CMYK 0 0.82 0.91 0.08
HSL 6.14º 0.84% 0.5% -
HSV(B) 6.14º 0.91% 0.92% -
XYZ 35.22 19.37 2.54 -
YUV 97.2 84.44 226.29 -
System Red Green Blue C M Y K H S L
Decimal 235 42 20 0 0.82 0.91 0.08 6.14 0.84 0.5
Hex EB 2A 14 0 52 5B 8 6 54 32
Octal 353 52 24 0 122 133 10 6 124 62
Binary 11101011 101010 10100 0 1010010 1011011 1000 110 1010100 110010

Color Harmonies of #EB2A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2A14

Black with #EB2A14

Text Example


Text Example

White with #EB2A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2A14; }

 p { color: rgb(235,42,20); }

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

background-color css

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

 a { background-color: rgb(235,42,20); }

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

border-color css

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

 span { border-color: rgb(235,42,20); }

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