Html Css Color HEX #F51915 Scarlet

📋 copy color: '#F51915'

red 245 ◦ green 25 ◦ blue 21

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

Shades of Scarlet #F51915

Tints of Scarlet #F51915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.59%

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

R = 84.19%
G = 8.59%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F51915 (or 0xF51915) is known color: Scarlet. HEX triplet: F5, 19 and 15. RGB value is (245,25,21). Sum of RGB (Red+Green+Blue) = 245+25+21=291 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.19% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 245 - color contains mainly: red. Hex color #F51915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51915 is #0AE6EA. Grayscale: #5A5A5A. Windows color (decimal): -714475 or 1382901. OLE color: 1382901.

HSL color Cylindrical-coordinate representation of color #F51915: hue angle of 1.07º 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 #F51915 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 25 21 -
CMYK 0 0.90 0.91 0.04
HSL 1.07º 0.92% 0.52% -
HSV(B) 1.07º 0.91% 0.96% -
XYZ 38.14 20.16 2.59 -
YUV 90.32 88.89 238.33 -
System Red Green Blue C M Y K H S L
Decimal 245 25 21 0 0.90 0.91 0.04 1.07 0.92 0.52
Hex F5 19 15 0 5A 5B 4 1 5C 34
Octal 365 31 25 0 132 133 4 1 134 64
Binary 11110101 11001 10101 0 1011010 1011011 100 1 1011100 110100

Color Harmonies of #F51915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51915

Black with #F51915

Text Example


Text Example

White with #F51915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51915; }

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

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

background-color css

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

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

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

border-color css

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

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

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