Html Css Color HEX #F31914 Scarlet

📋 copy color: '#F31914'

red 243 ◦ green 25 ◦ blue 20

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

Shades of Scarlet #F31914

Tints of Scarlet #F31914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.94%

R = 84.38%
G = 8.68%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F31914 (or 0xF31914) is known color: Scarlet. HEX triplet: F3, 19 and 14. RGB value is (243,25,20). Sum of RGB (Red+Green+Blue) = 243+25+20=288 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.38% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 243 - color contains mainly: red. Hex color #F31914 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31914 is #0CE6EB. Grayscale: #595959. Windows color (decimal): -845548 or 1317363. OLE color: 1317363.

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

Color convert

RGB 243 25 20 -
CMYK 0 0.90 0.92 0.05
HSL 1.35º 0.9% 0.52% -
HSV(B) 1.35º 0.92% 0.95% -
XYZ 37.44 19.8 2.51 -
YUV 89.61 88.72 237.41 -
System Red Green Blue C M Y K H S L
Decimal 243 25 20 0 0.90 0.92 0.05 1.35 0.9 0.52
Hex F3 19 14 0 5A 5C 5 1 5A 34
Octal 363 31 24 0 132 134 5 1 132 64
Binary 11110011 11001 10100 0 1011010 1011100 101 1 1011010 110100

Color Harmonies of #F31914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31914

Black with #F31914

Text Example


Text Example

White with #F31914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31914; }

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

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

background-color css

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

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

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

border-color css

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

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

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