Html Css Color HEX #F31912 Scarlet

📋 copy color: '#F31912'

red 243 ◦ green 25 ◦ blue 18

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

Shades of Scarlet #F31912

Tints of Scarlet #F31912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.29%

R = 84.97%
G = 8.74%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F31912 (or 0xF31912) is known color: Scarlet. HEX triplet: F3, 19 and 12. RGB value is (243,25,18). Sum of RGB (Red+Green+Blue) = 243+25+18=286 (37% of max value = 765). Red value is 243 (95.31% from 255 or 84.97% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 243 - color contains mainly: red. Hex color #F31912 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31912 is #0CE6ED. Grayscale: #595959. Windows color (decimal): -845550 or 1186291. OLE color: 1186291.

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

Color convert

RGB 243 25 18 -
CMYK 0 0.90 0.93 0.05
HSL 1.87º 0.9% 0.51% -
HSV(B) 1.87º 0.93% 0.95% -
XYZ 37.42 19.79 2.42 -
YUV 89.38 87.72 237.57 -
System Red Green Blue C M Y K H S L
Decimal 243 25 18 0 0.90 0.93 0.05 1.87 0.9 0.51
Hex F3 19 12 0 5A 5D 5 2 5A 33
Octal 363 31 22 0 132 135 5 2 132 63
Binary 11110011 11001 10010 0 1011010 1011101 101 10 1011010 110011

Color Harmonies of #F31912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31912

Black with #F31912

Text Example


Text Example

White with #F31912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31912; }

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

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

background-color css

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

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

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

border-color css

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

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

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