Html Css Color HEX #F31308 Scarlet

📋 copy color: '#F31308'

red 243 ◦ green 19 ◦ blue 8

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

Shades of Scarlet #F31308

Tints of Scarlet #F31308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.96%

R = 90%
G = 7.04%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F31308 (or 0xF31308) is known color: Scarlet. HEX triplet: F3, 13 and 08. RGB value is (243,19,8). Sum of RGB (Red+Green+Blue) = 243+19+8=270 (35% of max value = 765). Red value is 243 (95.31% from 255 or 90% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 243 - color contains mainly: red. Hex color #F31308 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31308 is #0CECF7. Grayscale: #545454. Windows color (decimal): -847096 or 529395. OLE color: 529395.

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

Color convert

RGB 243 19 8 -
CMYK 0 0.92 0.97 0.05
HSL 2.81º 0.94% 0.49% -
HSV(B) 2.81º 0.97% 0.95% -
XYZ 37.24 19.54 2.04 -
YUV 84.72 84.71 240.89 -
System Red Green Blue C M Y K H S L
Decimal 243 19 8 0 0.92 0.97 0.05 2.81 0.94 0.49
Hex F3 13 8 0 5C 61 5 3 5E 31
Octal 363 23 10 0 134 141 5 3 136 61
Binary 11110011 10011 1000 0 1011100 1100001 101 11 1011110 110001

Color Harmonies of #F31308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31308

Black with #F31308

Text Example


Text Example

White with #F31308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31308; }

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

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

background-color css

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

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

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

border-color css

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

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

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