Html Css Color HEX #EB210F Scarlet

📋 copy color: '#EB210F'

red 235 ◦ green 33 ◦ blue 15

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

Shades of Scarlet #EB210F

Tints of Scarlet #EB210F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.66%

 BLUE value IS 15 (6.25% from 255) = 5.3%

R = 83.04%
G = 11.66%
B = 5.3%

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

#EB210F (or 0xEB210F) is known color: Scarlet. HEX triplet: EB, 21 and 0F. RGB value is (235,33,15). Sum of RGB (Red+Green+Blue) = 235+33+15=283 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.04% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 235 - color contains mainly: red. Hex color #EB210F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB210F is #14DEF0. Grayscale: #5B5B5B. Windows color (decimal): -1367793 or 991723. OLE color: 991723.

HSL color Cylindrical-coordinate representation of color #EB210F: hue angle of 4.91º degrees, saturation: 0.88, 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 #EB210F is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 33 15 -
CMYK 0 0.86 0.94 0.08
HSL 4.91º 0.88% 0.49% -
HSV(B) 4.91º 0.94% 0.92% -
XYZ 34.89 18.78 2.24 -
YUV 91.35 84.92 230.46 -
System Red Green Blue C M Y K H S L
Decimal 235 33 15 0 0.86 0.94 0.08 4.91 0.88 0.49
Hex EB 21 F 0 56 5E 8 5 58 31
Octal 353 41 17 0 126 136 10 5 130 61
Binary 11101011 100001 1111 0 1010110 1011110 1000 101 1011000 110001

Color Harmonies of #EB210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB210F

Black with #EB210F

Text Example


Text Example

White with #EB210F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB210F; }

 p { color: rgb(235,33,15); }

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

background-color css

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

 a { background-color: rgb(235,33,15); }

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

border-color css

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

 span { border-color: rgb(235,33,15); }

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