Html Css Color HEX #F31C16 Scarlet

📋 copy color: '#F31C16'

red 243 ◦ green 28 ◦ blue 22

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

Shades of Scarlet #F31C16

Tints of Scarlet #F31C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.56%

 BLUE value IS 22 (8.98% from 255) = 7.51%

R = 82.94%
G = 9.56%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F31C16 (or 0xF31C16) is known color: Scarlet. HEX triplet: F3, 1C and 16. RGB value is (243,28,22). Sum of RGB (Red+Green+Blue) = 243+28+22=293 (38% of max value = 765). Red value is 243 (95.31% from 255 or 82.94% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31C16 is #0CE3E9. Grayscale: #5B5B5B. Windows color (decimal): -844778 or 1449203. OLE color: 1449203.

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

Color convert

RGB 243 28 22 -
CMYK 0 0.88 0.91 0.05
HSL 1.63º 0.9% 0.52% -
HSV(B) 1.63º 0.91% 0.95% -
XYZ 37.52 19.94 2.63 -
YUV 91.6 88.73 235.99 -
System Red Green Blue C M Y K H S L
Decimal 243 28 22 0 0.88 0.91 0.05 1.63 0.9 0.52
Hex F3 1C 16 0 58 5B 5 2 5A 34
Octal 363 34 26 0 130 133 5 2 132 64
Binary 11110011 11100 10110 0 1011000 1011011 101 10 1011010 110100

Color Harmonies of #F31C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31C16

Black with #F31C16

Text Example


Text Example

White with #F31C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31C16; }

 p { color: rgb(243,28,22); }

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

background-color css

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

 a { background-color: rgb(243,28,22); }

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

border-color css

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

 span { border-color: rgb(243,28,22); }

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