Html Css Color HEX #F31401 Scarlet

📋 copy color: '#F31401'

red 243 ◦ green 20 ◦ blue 1

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

Shades of Scarlet #F31401

Tints of Scarlet #F31401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.58%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 92.05%
G = 7.58%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F31401 (or 0xF31401) is known color: Scarlet. HEX triplet: F3, 14 and 01. RGB value is (243,20,1). Sum of RGB (Red+Green+Blue) = 243+20+1=264 (34% of max value = 765). Red value is 243 (95.31% from 255 or 92.05% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 243 - color contains mainly: red. Hex color #F31401 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31401 is #0CEBFE. Grayscale: #545454. Windows color (decimal): -846847 or 70899. OLE color: 70899.

HSL color Cylindrical-coordinate representation of color #F31401: hue angle of 4.71º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F31401 is Cyan = 0, Magento = 0.92, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 20 1 -
CMYK 0 0.92 1.00 0.05
HSL 4.71º 0.99% 0.48% -
HSV(B) 4.71º 1% 0.95% -
XYZ 37.22 19.56 1.84 -
YUV 84.51 80.88 241.04 -
System Red Green Blue C M Y K H S L
Decimal 243 20 1 0 0.92 1.00 0.05 4.71 0.99 0.48
Hex F3 14 1 0 5C 64 5 5 63 30
Octal 363 24 1 0 134 144 5 5 143 60
Binary 11110011 10100 1 0 1011100 1100100 101 101 1100011 110000

Color Harmonies of #F31401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31401

Black with #F31401

Text Example


Text Example

White with #F31401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31401; }

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

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

background-color css

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

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

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

border-color css

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

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

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