Html Css Color HEX #EB2F14 Scarlet

📋 copy color: '#EB2F14'

red 235 ◦ green 47 ◦ blue 20

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

Shades of Scarlet #EB2F14

Tints of Scarlet #EB2F14

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.56%

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

R = 77.81%
G = 15.56%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB2F14 (or 0xEB2F14) is known color: Scarlet. HEX triplet: EB, 2F and 14. RGB value is (235,47,20). Sum of RGB (Red+Green+Blue) = 235+47+20=302 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.81% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2F14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2F14 is #14D0EB. Grayscale: #646464. Windows color (decimal): -1364204 or 1322987. OLE color: 1322987.

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

Color convert

RGB 235 47 20 -
CMYK 0 0.8 0.91 0.08
HSL 7.53º 0.84% 0.5% -
HSV(B) 7.53º 0.91% 0.92% -
XYZ 35.4 19.75 2.61 -
YUV 100.13 82.78 224.2 -
System Red Green Blue C M Y K H S L
Decimal 235 47 20 0 0.8 0.91 0.08 7.53 0.84 0.5
Hex EB 2F 14 0 50 5B 8 8 54 32
Octal 353 57 24 0 120 133 10 10 124 62
Binary 11101011 101111 10100 0 1010000 1011011 1000 1000 1010100 110010

Color Harmonies of #EB2F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2F14

Black with #EB2F14

Text Example


Text Example

White with #EB2F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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