Html Css Color HEX #EB2C14 Scarlet

📋 copy color: '#EB2C14'

red 235 ◦ green 44 ◦ blue 20

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

Shades of Scarlet #EB2C14

Tints of Scarlet #EB2C14

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.72%

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

R = 78.6%
G = 14.72%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB2C14 (or 0xEB2C14) is known color: Scarlet. HEX triplet: EB, 2C and 14. RGB value is (235,44,20). Sum of RGB (Red+Green+Blue) = 235+44+20=299 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.60% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2C14 is #14D3EB. Grayscale: #626262. Windows color (decimal): -1364972 or 1322219. OLE color: 1322219.

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

Color convert

RGB 235 44 20 -
CMYK 0 0.81 0.91 0.08
HSL 6.7º 0.84% 0.5% -
HSV(B) 6.7º 0.91% 0.92% -
XYZ 35.29 19.51 2.57 -
YUV 98.37 83.78 225.45 -
System Red Green Blue C M Y K H S L
Decimal 235 44 20 0 0.81 0.91 0.08 6.7 0.84 0.5
Hex EB 2C 14 0 51 5B 8 7 54 32
Octal 353 54 24 0 121 133 10 7 124 62
Binary 11101011 101100 10100 0 1010001 1011011 1000 111 1010100 110010

Color Harmonies of #EB2C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2C14

Black with #EB2C14

Text Example


Text Example

White with #EB2C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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