Html Css Color HEX #F31301 Scarlet

📋 copy color: '#F31301'

red 243 ◦ green 19 ◦ blue 1

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

Shades of Scarlet #F31301

Tints of Scarlet #F31301

RGB

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

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

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

R = 92.4%
G = 7.22%
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

#F31301 (or 0xF31301) is known color: Scarlet. HEX triplet: F3, 13 and 01. RGB value is (243,19,1). Sum of RGB (Red+Green+Blue) = 243+19+1=263 (34% of max value = 765). Red value is 243 (95.31% from 255 or 92.40% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 243 - color contains mainly: red. Hex color #F31301 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31301 is #0CECFE. Grayscale: #545454. Windows color (decimal): -847103 or 70643. OLE color: 70643.

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

Color convert

RGB 243 19 1 -
CMYK 0 0.92 1.00 0.05
HSL 4.46º 0.99% 0.48% -
HSV(B) 4.46º 1% 0.95% -
XYZ 37.2 19.52 1.84 -
YUV 83.92 81.21 241.46 -
System Red Green Blue C M Y K H S L
Decimal 243 19 1 0 0.92 1.00 0.05 4.46 0.99 0.48
Hex F3 13 1 0 5C 64 5 4 63 30
Octal 363 23 1 0 134 144 5 4 143 60
Binary 11110011 10011 1 0 1011100 1100100 101 100 1100011 110000

Color Harmonies of #F31301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31301

Black with #F31301

Text Example


Text Example

White with #F31301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31301; }

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

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

background-color css

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

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

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

border-color css

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

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

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