Html Css Color HEX #F51E15 Scarlet

📋 copy color: '#F51E15'

red 245 ◦ green 30 ◦ blue 21

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

Shades of Scarlet #F51E15

Tints of Scarlet #F51E15

RGB

 RED value IS 245 (96.09% from 255) = 82.77%

 GREEN value IS 30 (12.11% from 255) = 10.14%

 BLUE value IS 21 (8.59% from 255) = 7.09%

R = 82.77%
G = 10.14%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F51E15 (or 0xF51E15) is known color: Scarlet. HEX triplet: F5, 1E and 15. RGB value is (245,30,21). Sum of RGB (Red+Green+Blue) = 245+30+21=296 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.77% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F51E15 is #0AE1EA. Grayscale: #5D5D5D. Windows color (decimal): -713195 or 1384181. OLE color: 1384181.

HSL color Cylindrical-coordinate representation of color #F51E15: hue angle of 2.41º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F51E15 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 30 21 -
CMYK 0 0.88 0.91 0.04
HSL 2.41º 0.92% 0.52% -
HSV(B) 2.41º 0.91% 0.96% -
XYZ 38.26 20.4 2.63 -
YUV 93.26 87.23 236.23 -
System Red Green Blue C M Y K H S L
Decimal 245 30 21 0 0.88 0.91 0.04 2.41 0.92 0.52
Hex F5 1E 15 0 58 5B 4 2 5C 34
Octal 365 36 25 0 130 133 4 2 134 64
Binary 11110101 11110 10101 0 1011000 1011011 100 10 1011100 110100

Color Harmonies of #F51E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51E15

Black with #F51E15

Text Example


Text Example

White with #F51E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51E15; }

 p { color: rgb(245,30,21); }

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

background-color css

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

 a { background-color: rgb(245,30,21); }

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

border-color css

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

 span { border-color: rgb(245,30,21); }

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