Html Css Color HEX #F3310E Scarlet

📋 copy color: '#F3310E'

red 243 ◦ green 49 ◦ blue 14

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

Shades of Scarlet #F3310E

Tints of Scarlet #F3310E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.58%

R = 79.41%
G = 16.01%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F3310E (or 0xF3310E) is known color: Scarlet. HEX triplet: F3, 31 and 0E. RGB value is (243,49,14). Sum of RGB (Red+Green+Blue) = 243+49+14=306 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.41% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 243 - color contains mainly: red. Hex color #F3310E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3310E is #0CCEF1. Grayscale: #676767. Windows color (decimal): -839410 or 930291. OLE color: 930291.

HSL color Cylindrical-coordinate representation of color #F3310E: hue angle of 9.17º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3310E is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 49 14 -
CMYK 0 0.80 0.94 0.05
HSL 9.17º 0.91% 0.5% -
HSV(B) 9.17º 0.94% 0.95% -
XYZ 38.14 21.28 2.51 -
YUV 103.02 77.77 227.85 -
System Red Green Blue C M Y K H S L
Decimal 243 49 14 0 0.80 0.94 0.05 9.17 0.91 0.5
Hex F3 31 E 0 50 5E 5 9 5B 32
Octal 363 61 16 0 120 136 5 11 133 62
Binary 11110011 110001 1110 0 1010000 1011110 101 1001 1011011 110010

Color Harmonies of #F3310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3310E

Black with #F3310E

Text Example


Text Example

White with #F3310E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3310E; }

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

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

background-color css

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

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

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

border-color css

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

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

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