Html Css Color HEX #F31F1C Scarlet

📋 copy color: '#F31F1C'

red 243 ◦ green 31 ◦ blue 28

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

Shades of Scarlet #F31F1C

Tints of Scarlet #F31F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.27%

R = 80.46%
G = 10.26%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F31F1C (or 0xF31F1C) is known color: Scarlet. HEX triplet: F3, 1F and 1C. RGB value is (243,31,28). Sum of RGB (Red+Green+Blue) = 243+31+28=302 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.46% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31F1C is #0CE0E3. Grayscale: #5E5E5E. Windows color (decimal): -844004 or 1843187. OLE color: 1843187.

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

Color convert

RGB 243 31 28 -
CMYK 0 0.87 0.88 0.05
HSL 0.84º 0.9% 0.53% -
HSV(B) 0.84º 0.88% 0.95% -
XYZ 37.66 20.12 3 -
YUV 94.05 90.74 234.24 -
System Red Green Blue C M Y K H S L
Decimal 243 31 28 0 0.87 0.88 0.05 0.84 0.9 0.53
Hex F3 1F 1C 0 57 58 5 1 5A 35
Octal 363 37 34 0 127 130 5 1 132 65
Binary 11110011 11111 11100 0 1010111 1011000 101 1 1011010 110101

Color Harmonies of #F31F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31F1C

Black with #F31F1C

Text Example


Text Example

White with #F31F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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