Html Css Color HEX #EB220E Scarlet

📋 copy color: '#EB220E'

red 235 ◦ green 34 ◦ blue 14

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

Shades of Scarlet #EB220E

Tints of Scarlet #EB220E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.01%

 BLUE value IS 14 (5.86% from 255) = 4.95%

R = 83.04%
G = 12.01%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB220E (or 0xEB220E) is known color: Scarlet. HEX triplet: EB, 22 and 0E. RGB value is (235,34,14). Sum of RGB (Red+Green+Blue) = 235+34+14=283 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.04% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 235 - color contains mainly: red. Hex color #EB220E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB220E is #14DDF1. Grayscale: #5C5C5C. Windows color (decimal): -1367538 or 926443. OLE color: 926443.

HSL color Cylindrical-coordinate representation of color #EB220E: hue angle of 5.43º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB220E is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 34 14 -
CMYK 0 0.86 0.94 0.08
HSL 5.43º 0.89% 0.49% -
HSV(B) 5.43º 0.94% 0.92% -
XYZ 34.91 18.84 2.21 -
YUV 91.82 84.09 230.13 -
System Red Green Blue C M Y K H S L
Decimal 235 34 14 0 0.86 0.94 0.08 5.43 0.89 0.49
Hex EB 22 E 0 56 5E 8 5 59 31
Octal 353 42 16 0 126 136 10 5 131 61
Binary 11101011 100010 1110 0 1010110 1011110 1000 101 1011001 110001

Color Harmonies of #EB220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB220E

Black with #EB220E

Text Example


Text Example

White with #EB220E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB220E; }

 p { color: rgb(235,34,14); }

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

background-color css

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

 a { background-color: rgb(235,34,14); }

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

border-color css

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

 span { border-color: rgb(235,34,14); }

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