Html Css Color HEX #F3311A Scarlet

📋 copy color: '#F3311A'

red 243 ◦ green 49 ◦ blue 26

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

Shades of Scarlet #F3311A

Tints of Scarlet #F3311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.41%

 BLUE value IS 26 (10.55% from 255) = 8.18%

R = 76.42%
G = 15.41%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F3311A (or 0xF3311A) is known color: Scarlet. HEX triplet: F3, 31 and 1A. RGB value is (243,49,26). Sum of RGB (Red+Green+Blue) = 243+49+26=318 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.42% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 243 - color contains mainly: red. Hex color #F3311A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3311A is #0CCEE5. Grayscale: #686868. Windows color (decimal): -839398 or 1716723. OLE color: 1716723.

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

Color convert

RGB 243 49 26 -
CMYK 0 0.80 0.89 0.05
HSL 6.36º 0.9% 0.53% -
HSV(B) 6.36º 0.89% 0.95% -
XYZ 38.25 21.33 3.08 -
YUV 104.38 83.77 226.87 -
System Red Green Blue C M Y K H S L
Decimal 243 49 26 0 0.80 0.89 0.05 6.36 0.9 0.53
Hex F3 31 1A 0 50 59 5 6 5A 35
Octal 363 61 32 0 120 131 5 6 132 65
Binary 11110011 110001 11010 0 1010000 1011001 101 110 1011010 110101

Color Harmonies of #F3311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3311A

Black with #F3311A

Text Example


Text Example

White with #F3311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3311A; }

 p { color: rgb(243,49,26); }

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

background-color css

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

 a { background-color: rgb(243,49,26); }

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

border-color css

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

 span { border-color: rgb(243,49,26); }

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