Html Css Color HEX #EB2E14 Scarlet

📋 copy color: '#EB2E14'

red 235 ◦ green 46 ◦ blue 20

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

Shades of Scarlet #EB2E14

Tints of Scarlet #EB2E14

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.28%

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

R = 78.07%
G = 15.28%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB2E14 (or 0xEB2E14) is known color: Scarlet. HEX triplet: EB, 2E and 14. RGB value is (235,46,20). Sum of RGB (Red+Green+Blue) = 235+46+20=301 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.07% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2E14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2E14 is #14D1EB. Grayscale: #636363. Windows color (decimal): -1364460 or 1322731. OLE color: 1322731.

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

Color convert

RGB 235 46 20 -
CMYK 0 0.80 0.91 0.08
HSL 7.26º 0.84% 0.5% -
HSV(B) 7.26º 0.91% 0.92% -
XYZ 35.36 19.67 2.59 -
YUV 99.55 83.12 224.61 -
System Red Green Blue C M Y K H S L
Decimal 235 46 20 0 0.80 0.91 0.08 7.26 0.84 0.5
Hex EB 2E 14 0 50 5B 8 7 54 32
Octal 353 56 24 0 120 133 10 7 124 62
Binary 11101011 101110 10100 0 1010000 1011011 1000 111 1010100 110010

Color Harmonies of #EB2E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2E14

Black with #EB2E14

Text Example


Text Example

White with #EB2E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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