Html Css Color HEX #F43110 Scarlet

📋 copy color: '#F43110'

red 244 ◦ green 49 ◦ blue 16

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

Shades of Scarlet #F43110

Tints of Scarlet #F43110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.18%

R = 78.96%
G = 15.86%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F43110 (or 0xF43110) is known color: Scarlet. HEX triplet: F4, 31 and 10. RGB value is (244,49,16). Sum of RGB (Red+Green+Blue) = 244+49+16=309 (40% of max value = 765). Red value is 244 (95.70% from 255 or 78.96% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 244 - color contains mainly: red. Hex color #F43110 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43110 is #0BCEEF. Grayscale: #676767. Windows color (decimal): -773872 or 1061364. OLE color: 1061364.

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

Color convert

RGB 244 49 16 -
CMYK 0 0.80 0.93 0.04
HSL 8.68º 0.91% 0.51% -
HSV(B) 8.68º 0.93% 0.96% -
XYZ 38.5 21.47 2.6 -
YUV 103.54 78.6 228.18 -
System Red Green Blue C M Y K H S L
Decimal 244 49 16 0 0.80 0.93 0.04 8.68 0.91 0.51
Hex F4 31 10 0 50 5D 4 9 5B 33
Octal 364 61 20 0 120 135 4 11 133 63
Binary 11110100 110001 10000 0 1010000 1011101 100 1001 1011011 110011

Color Harmonies of #F43110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43110

Black with #F43110

Text Example


Text Example

White with #F43110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43110; }

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

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

background-color css

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

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

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

border-color css

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

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

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