Html Css Color HEX #EB2F17 Scarlet

📋 copy color: '#EB2F17'

red 235 ◦ green 47 ◦ blue 23

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

Shades of Scarlet #EB2F17

Tints of Scarlet #EB2F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.54%

R = 77.05%
G = 15.41%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EB2F17 (or 0xEB2F17) is known color: Scarlet. HEX triplet: EB, 2F and 17. RGB value is (235,47,23). Sum of RGB (Red+Green+Blue) = 235+47+23=305 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.05% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2F17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2F17 is #14D0E8. Grayscale: #646464. Windows color (decimal): -1364201 or 1519595. OLE color: 1519595.

HSL color Cylindrical-coordinate representation of color #EB2F17: hue angle of 6.79º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB2F17 is Cyan = 0, Magento = 0.8, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 47 23 -
CMYK 0 0.8 0.90 0.08
HSL 6.79º 0.84% 0.51% -
HSV(B) 6.79º 0.9% 0.92% -
XYZ 35.43 19.76 2.76 -
YUV 100.48 84.28 223.95 -
System Red Green Blue C M Y K H S L
Decimal 235 47 23 0 0.8 0.90 0.08 6.79 0.84 0.51
Hex EB 2F 17 0 50 5A 8 7 54 33
Octal 353 57 27 0 120 132 10 7 124 63
Binary 11101011 101111 10111 0 1010000 1011010 1000 111 1010100 110011

Color Harmonies of #EB2F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2F17

Black with #EB2F17

Text Example


Text Example

White with #EB2F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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