Html Css Color HEX #F31908 Scarlet

📋 copy color: '#F31908'

red 243 ◦ green 25 ◦ blue 8

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

Shades of Scarlet #F31908

Tints of Scarlet #F31908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.06%

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

R = 88.04%
G = 9.06%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F31908 (or 0xF31908) is known color: Scarlet. HEX triplet: F3, 19 and 08. RGB value is (243,25,8). Sum of RGB (Red+Green+Blue) = 243+25+8=276 (36% of max value = 765). Red value is 243 (95.31% from 255 or 88.04% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 243 - color contains mainly: red. Hex color #F31908 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31908 is #0CE6F7. Grayscale: #585858. Windows color (decimal): -845560 or 530931. OLE color: 530931.

HSL color Cylindrical-coordinate representation of color #F31908: hue angle of 4.34º 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 #F31908 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 25 8 -
CMYK 0 0.90 0.97 0.05
HSL 4.34º 0.94% 0.49% -
HSV(B) 4.34º 0.97% 0.95% -
XYZ 37.35 19.77 2.08 -
YUV 88.24 82.72 238.38 -
System Red Green Blue C M Y K H S L
Decimal 243 25 8 0 0.90 0.97 0.05 4.34 0.94 0.49
Hex F3 19 8 0 5A 61 5 4 5E 31
Octal 363 31 10 0 132 141 5 4 136 61
Binary 11110011 11001 1000 0 1011010 1100001 101 100 1011110 110001

Color Harmonies of #F31908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31908

Black with #F31908

Text Example


Text Example

White with #F31908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31908; }

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

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

background-color css

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

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

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

border-color css

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

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

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