Html Css Color HEX #F31A15 Scarlet

📋 copy color: '#F31A15'

red 243 ◦ green 26 ◦ blue 21

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

Shades of Scarlet #F31A15

Tints of Scarlet #F31A15

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.97%

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

R = 83.79%
G = 8.97%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F31A15 (or 0xF31A15) is known color: Scarlet. HEX triplet: F3, 1A and 15. RGB value is (243,26,21). Sum of RGB (Red+Green+Blue) = 243+26+21=290 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.79% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 243 - color contains mainly: red. Hex color #F31A15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31A15 is #0CE5EA. Grayscale: #5A5A5A. Windows color (decimal): -845291 or 1383155. OLE color: 1383155.

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

Color convert

RGB 243 26 21 -
CMYK 0 0.89 0.91 0.05
HSL 1.35º 0.9% 0.52% -
HSV(B) 1.35º 0.91% 0.95% -
XYZ 37.47 19.85 2.57 -
YUV 90.31 88.89 236.91 -
System Red Green Blue C M Y K H S L
Decimal 243 26 21 0 0.89 0.91 0.05 1.35 0.9 0.52
Hex F3 1A 15 0 59 5B 5 1 5A 34
Octal 363 32 25 0 131 133 5 1 132 64
Binary 11110011 11010 10101 0 1011001 1011011 101 1 1011010 110100

Color Harmonies of #F31A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31A15

Black with #F31A15

Text Example


Text Example

White with #F31A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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