Html Css Color HEX #F31410 Scarlet

📋 copy color: '#F31410'

red 243 ◦ green 20 ◦ blue 16

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

Shades of Scarlet #F31410

Tints of Scarlet #F31410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.73%

R = 87.1%
G = 7.17%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F31410 (or 0xF31410) is known color: Scarlet. HEX triplet: F3, 14 and 10. RGB value is (243,20,16). Sum of RGB (Red+Green+Blue) = 243+20+16=279 (36% of max value = 765). Red value is 243 (95.31% from 255 or 87.10% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 243 - color contains mainly: red. Hex color #F31410 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31410 is #0CEBEF. Grayscale: #565656. Windows color (decimal): -846832 or 1053939. OLE color: 1053939.

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

Color convert

RGB 243 20 16 -
CMYK 0 0.92 0.93 0.05
HSL 1.06º 0.9% 0.51% -
HSV(B) 1.06º 0.93% 0.95% -
XYZ 37.31 19.59 2.31 -
YUV 86.22 88.38 239.83 -
System Red Green Blue C M Y K H S L
Decimal 243 20 16 0 0.92 0.93 0.05 1.06 0.9 0.51
Hex F3 14 10 0 5C 5D 5 1 5A 33
Octal 363 24 20 0 134 135 5 1 132 63
Binary 11110011 10100 10000 0 1011100 1011101 101 1 1011010 110011

Color Harmonies of #F31410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31410

Black with #F31410

Text Example


Text Example

White with #F31410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31410; }

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

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

background-color css

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

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

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

border-color css

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

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

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