Html Css Color HEX #F31F1B Scarlet

📋 copy color: '#F31F1B'

red 243 ◦ green 31 ◦ blue 27

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

Shades of Scarlet #F31F1B

Tints of Scarlet #F31F1B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.3%

 BLUE value IS 27 (10.94% from 255) = 8.97%

R = 80.73%
G = 10.3%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F31F1B (or 0xF31F1B) is known color: Scarlet. HEX triplet: F3, 1F and 1B. RGB value is (243,31,27). Sum of RGB (Red+Green+Blue) = 243+31+27=301 (39% of max value = 765). Red value is 243 (95.31% from 255 or 80.73% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31F1B is #0CE0E4. Grayscale: #5E5E5E. Windows color (decimal): -844005 or 1777651. OLE color: 1777651.

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

Color convert

RGB 243 31 27 -
CMYK 0 0.87 0.89 0.05
HSL 1.11º 0.9% 0.53% -
HSV(B) 1.11º 0.89% 0.95% -
XYZ 37.65 20.11 2.93 -
YUV 93.93 90.24 234.33 -
System Red Green Blue C M Y K H S L
Decimal 243 31 27 0 0.87 0.89 0.05 1.11 0.9 0.53
Hex F3 1F 1B 0 57 59 5 1 5A 35
Octal 363 37 33 0 127 131 5 1 132 65
Binary 11110011 11111 11011 0 1010111 1011001 101 1 1011010 110101

Color Harmonies of #F31F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31F1B

Black with #F31F1B

Text Example


Text Example

White with #F31F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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