Html Css Color HEX #F31915 Scarlet

📋 copy color: '#F31915'

red 243 ◦ green 25 ◦ blue 21

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

Shades of Scarlet #F31915

Tints of Scarlet #F31915

RGB

 RED value IS 243 (95.31% from 255) = 84.08%

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

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

R = 84.08%
G = 8.65%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F31915 (or 0xF31915) is known color: Scarlet. HEX triplet: F3, 19 and 15. RGB value is (243,25,21). Sum of RGB (Red+Green+Blue) = 243+25+21=289 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.08% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 243 - color contains mainly: red. Hex color #F31915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31915 is #0CE6EA. Grayscale: #595959. Windows color (decimal): -845547 or 1382899. OLE color: 1382899.

HSL color Cylindrical-coordinate representation of color #F31915: hue angle of 1.08º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F31915 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 25 21 -
CMYK 0 0.90 0.91 0.05
HSL 1.08º 0.9% 0.52% -
HSV(B) 1.08º 0.91% 0.95% -
XYZ 37.45 19.8 2.56 -
YUV 89.73 89.22 237.33 -
System Red Green Blue C M Y K H S L
Decimal 243 25 21 0 0.90 0.91 0.05 1.08 0.9 0.52
Hex F3 19 15 0 5A 5B 5 1 5A 34
Octal 363 31 25 0 132 133 5 1 132 64
Binary 11110011 11001 10101 0 1011010 1011011 101 1 1011010 110100

Color Harmonies of #F31915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31915

Black with #F31915

Text Example


Text Example

White with #F31915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31915; }

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

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

background-color css

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

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

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

border-color css

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

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

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