Html Css Color HEX #F31403 Scarlet

📋 copy color: '#F31403'

red 243 ◦ green 20 ◦ blue 3

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

Shades of Scarlet #F31403

Tints of Scarlet #F31403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.13%

R = 91.35%
G = 7.52%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F31403 (or 0xF31403) is known color: Scarlet. HEX triplet: F3, 14 and 03. RGB value is (243,20,3). Sum of RGB (Red+Green+Blue) = 243+20+3=266 (35% of max value = 765). Red value is 243 (95.31% from 255 or 91.35% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 243 - color contains mainly: red. Hex color #F31403 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31403 is #0CEBFC. Grayscale: #555555. Windows color (decimal): -846845 or 201971. OLE color: 201971.

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

Color convert

RGB 243 20 3 -
CMYK 0 0.92 0.99 0.05
HSL 4.25º 0.98% 0.48% -
HSV(B) 4.25º 0.99% 0.95% -
XYZ 37.23 19.56 1.9 -
YUV 84.74 81.88 240.88 -
System Red Green Blue C M Y K H S L
Decimal 243 20 3 0 0.92 0.99 0.05 4.25 0.98 0.48
Hex F3 14 3 0 5C 63 5 4 62 30
Octal 363 24 3 0 134 143 5 4 142 60
Binary 11110011 10100 11 0 1011100 1100011 101 100 1100010 110000

Color Harmonies of #F31403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31403

Black with #F31403

Text Example


Text Example

White with #F31403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31403; }

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

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

background-color css

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

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

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

border-color css

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

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

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