Html Css Color HEX #EB2F0F Scarlet

📋 copy color: '#EB2F0F'

red 235 ◦ green 47 ◦ blue 15

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

Shades of Scarlet #EB2F0F

Tints of Scarlet #EB2F0F

RGB

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

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

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

R = 79.12%
G = 15.82%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB2F0F (or 0xEB2F0F) is known color: Scarlet. HEX triplet: EB, 2F and 0F. RGB value is (235,47,15). Sum of RGB (Red+Green+Blue) = 235+47+15=297 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.12% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2F0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2F0F is #14D0F0. Grayscale: #636363. Windows color (decimal): -1364209 or 995307. OLE color: 995307.

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

Color convert

RGB 235 47 15 -
CMYK 0 0.8 0.94 0.08
HSL 8.73º 0.88% 0.49% -
HSV(B) 8.73º 0.94% 0.92% -
XYZ 35.36 19.73 2.4 -
YUV 99.56 80.28 224.6 -
System Red Green Blue C M Y K H S L
Decimal 235 47 15 0 0.8 0.94 0.08 8.73 0.88 0.49
Hex EB 2F F 0 50 5E 8 9 58 31
Octal 353 57 17 0 120 136 10 11 130 61
Binary 11101011 101111 1111 0 1010000 1011110 1000 1001 1011000 110001

Color Harmonies of #EB2F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2F0F

Black with #EB2F0F

Text Example


Text Example

White with #EB2F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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