Html Css Color HEX #F31F11 Scarlet

📋 copy color: '#F31F11'

red 243 ◦ green 31 ◦ blue 17

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

Shades of Scarlet #F31F11

Tints of Scarlet #F31F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.84%

R = 83.51%
G = 10.65%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F31F11 (or 0xF31F11) is known color: Scarlet. HEX triplet: F3, 1F and 11. RGB value is (243,31,17). Sum of RGB (Red+Green+Blue) = 243+31+17=291 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.51% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31F11 is #0CE0EE. Grayscale: #5D5D5D. Windows color (decimal): -844015 or 1122291. OLE color: 1122291.

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

Color convert

RGB 243 31 17 -
CMYK 0 0.87 0.93 0.05
HSL 3.72º 0.9% 0.51% -
HSV(B) 3.72º 0.93% 0.95% -
XYZ 37.55 20.08 2.43 -
YUV 92.79 85.24 235.14 -
System Red Green Blue C M Y K H S L
Decimal 243 31 17 0 0.87 0.93 0.05 3.72 0.9 0.51
Hex F3 1F 11 0 57 5D 5 4 5A 33
Octal 363 37 21 0 127 135 5 4 132 63
Binary 11110011 11111 10001 0 1010111 1011101 101 100 1011010 110011

Color Harmonies of #F31F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31F11

Black with #F31F11

Text Example


Text Example

White with #F31F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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