Html Css Color HEX #F31B13 Scarlet

📋 copy color: '#F31B13'

red 243 ◦ green 27 ◦ blue 19

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

Shades of Scarlet #F31B13

Tints of Scarlet #F31B13

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.34%

 BLUE value IS 19 (7.81% from 255) = 6.57%

R = 84.08%
G = 9.34%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F31B13 (or 0xF31B13) is known color: Scarlet. HEX triplet: F3, 1B and 13. RGB value is (243,27,19). Sum of RGB (Red+Green+Blue) = 243+27+19=289 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.08% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 243 - color contains mainly: red. Hex color #F31B13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31B13 is #0CE4EC. Grayscale: #5A5A5A. Windows color (decimal): -845037 or 1252339. OLE color: 1252339.

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

Color convert

RGB 243 27 19 -
CMYK 0 0.89 0.92 0.05
HSL 2.14º 0.9% 0.51% -
HSV(B) 2.14º 0.92% 0.95% -
XYZ 37.47 19.89 2.48 -
YUV 90.67 87.56 236.65 -
System Red Green Blue C M Y K H S L
Decimal 243 27 19 0 0.89 0.92 0.05 2.14 0.9 0.51
Hex F3 1B 13 0 59 5C 5 2 5A 33
Octal 363 33 23 0 131 134 5 2 132 63
Binary 11110011 11011 10011 0 1011001 1011100 101 10 1011010 110011

Color Harmonies of #F31B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31B13

Black with #F31B13

Text Example


Text Example

White with #F31B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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