Html Css Color HEX #F31309 Scarlet

📋 copy color: '#F31309'

red 243 ◦ green 19 ◦ blue 9

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

Shades of Scarlet #F31309

Tints of Scarlet #F31309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.01%

 BLUE value IS 9 (3.91% from 255) = 3.32%

R = 89.67%
G = 7.01%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F31309 (or 0xF31309) is known color: Scarlet. HEX triplet: F3, 13 and 09. RGB value is (243,19,9). Sum of RGB (Red+Green+Blue) = 243+19+9=271 (35% of max value = 765). Red value is 243 (95.31% from 255 or 89.67% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 243 - color contains mainly: red. Hex color #F31309 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31309 is #0CECF6. Grayscale: #555555. Windows color (decimal): -847095 or 594931. OLE color: 594931.

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

Color convert

RGB 243 19 9 -
CMYK 0 0.92 0.96 0.05
HSL 2.56º 0.93% 0.49% -
HSV(B) 2.56º 0.96% 0.95% -
XYZ 37.24 19.54 2.07 -
YUV 84.84 85.21 240.81 -
System Red Green Blue C M Y K H S L
Decimal 243 19 9 0 0.92 0.96 0.05 2.56 0.93 0.49
Hex F3 13 9 0 5C 60 5 3 5D 31
Octal 363 23 11 0 134 140 5 3 135 61
Binary 11110011 10011 1001 0 1011100 1100000 101 11 1011101 110001

Color Harmonies of #F31309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31309

Black with #F31309

Text Example


Text Example

White with #F31309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31309; }

 p { color: rgb(243,19,9); }

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

background-color css

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

 a { background-color: rgb(243,19,9); }

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

border-color css

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

 span { border-color: rgb(243,19,9); }

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