Html Css Color HEX #EB220C Scarlet

📋 copy color: '#EB220C'

red 235 ◦ green 34 ◦ blue 12

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

Shades of Scarlet #EB220C

Tints of Scarlet #EB220C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.27%

R = 83.63%
G = 12.1%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB220C (or 0xEB220C) is known color: Scarlet. HEX triplet: EB, 22 and 0C. RGB value is (235,34,12). Sum of RGB (Red+Green+Blue) = 235+34+12=281 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.63% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 235 - color contains mainly: red. Hex color #EB220C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB220C is #14DDF3. Grayscale: #5B5B5B. Windows color (decimal): -1367540 or 795371. OLE color: 795371.

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

Color convert

RGB 235 34 12 -
CMYK 0 0.86 0.95 0.08
HSL 5.92º 0.9% 0.48% -
HSV(B) 5.92º 0.95% 0.92% -
XYZ 34.9 18.83 2.14 -
YUV 91.59 83.09 230.29 -
System Red Green Blue C M Y K H S L
Decimal 235 34 12 0 0.86 0.95 0.08 5.92 0.9 0.48
Hex EB 22 C 0 56 5F 8 6 5A 30
Octal 353 42 14 0 126 137 10 6 132 60
Binary 11101011 100010 1100 0 1010110 1011111 1000 110 1011010 110000

Color Harmonies of #EB220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB220C

Black with #EB220C

Text Example


Text Example

White with #EB220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB220C; }

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

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

background-color css

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

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

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

border-color css

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

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

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