Html Css Color HEX #F31F19 Scarlet

📋 copy color: '#F31F19'

red 243 ◦ green 31 ◦ blue 25

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

Shades of Scarlet #F31F19

Tints of Scarlet #F31F19

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.37%

 BLUE value IS 25 (10.16% from 255) = 8.36%

R = 81.27%
G = 10.37%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F31F19 (or 0xF31F19) is known color: Scarlet. HEX triplet: F3, 1F and 19. RGB value is (243,31,25). Sum of RGB (Red+Green+Blue) = 243+31+25=299 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.27% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31F19 is #0CE0E6. Grayscale: #5D5D5D. Windows color (decimal): -844007 or 1646579. OLE color: 1646579.

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

Color convert

RGB 243 31 25 -
CMYK 0 0.87 0.90 0.05
HSL 1.65º 0.9% 0.53% -
HSV(B) 1.65º 0.9% 0.95% -
XYZ 37.63 20.1 2.82 -
YUV 93.7 89.24 234.49 -
System Red Green Blue C M Y K H S L
Decimal 243 31 25 0 0.87 0.90 0.05 1.65 0.9 0.53
Hex F3 1F 19 0 57 5A 5 2 5A 35
Octal 363 37 31 0 127 132 5 2 132 65
Binary 11110011 11111 11001 0 1010111 1011010 101 10 1011010 110101

Color Harmonies of #F31F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31F19

Black with #F31F19

Text Example


Text Example

White with #F31F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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