Html Css Color HEX #F43116 Scarlet

📋 copy color: '#F43116'

red 244 ◦ green 49 ◦ blue 22

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

Shades of Scarlet #F43116

Tints of Scarlet #F43116

RGB

 RED value IS 244 (95.7% from 255) = 77.46%

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

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

R = 77.46%
G = 15.56%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F43116 (or 0xF43116) is known color: Scarlet. HEX triplet: F4, 31 and 16. RGB value is (244,49,22). Sum of RGB (Red+Green+Blue) = 244+49+22=315 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.46% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 244 - color contains mainly: red. Hex color #F43116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43116 is #0BCEE9. Grayscale: #686868. Windows color (decimal): -773866 or 1454580. OLE color: 1454580.

HSL color Cylindrical-coordinate representation of color #F43116: hue angle of 7.3º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F43116 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 49 22 -
CMYK 0 0.80 0.91 0.04
HSL 7.3º 0.91% 0.52% -
HSV(B) 7.3º 0.91% 0.96% -
XYZ 38.55 21.49 2.87 -
YUV 104.23 81.6 227.7 -
System Red Green Blue C M Y K H S L
Decimal 244 49 22 0 0.80 0.91 0.04 7.3 0.91 0.52
Hex F4 31 16 0 50 5B 4 7 5B 34
Octal 364 61 26 0 120 133 4 7 133 64
Binary 11110100 110001 10110 0 1010000 1011011 100 111 1011011 110100

Color Harmonies of #F43116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43116

Black with #F43116

Text Example


Text Example

White with #F43116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43116; }

 p { color: rgb(244,49,22); }

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

background-color css

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

 a { background-color: rgb(244,49,22); }

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

border-color css

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

 span { border-color: rgb(244,49,22); }

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