Html Css Color HEX #F43210 Scarlet

📋 copy color: '#F43210'

red 244 ◦ green 50 ◦ blue 16

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

Shades of Scarlet #F43210

Tints of Scarlet #F43210

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.13%

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

R = 78.71%
G = 16.13%
B = 5.16%

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

#F43210 (or 0xF43210) is known color: Scarlet. HEX triplet: F4, 32 and 10. RGB value is (244,50,16). Sum of RGB (Red+Green+Blue) = 244+50+16=310 (41% of max value = 765). Red value is 244 (95.70% from 255 or 78.71% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 244 - color contains mainly: red. Hex color #F43210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43210 is #0BCDEF. Grayscale: #686868. Windows color (decimal): -773616 or 1061620. OLE color: 1061620.

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

Color convert

RGB 244 50 16 -
CMYK 0 0.80 0.93 0.04
HSL 8.95º 0.91% 0.51% -
HSV(B) 8.95º 0.93% 0.96% -
XYZ 38.54 21.55 2.62 -
YUV 104.13 78.27 227.76 -
System Red Green Blue C M Y K H S L
Decimal 244 50 16 0 0.80 0.93 0.04 8.95 0.91 0.51
Hex F4 32 10 0 50 5D 4 9 5B 33
Octal 364 62 20 0 120 135 4 11 133 63
Binary 11110100 110010 10000 0 1010000 1011101 100 1001 1011011 110011

Color Harmonies of #F43210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43210

Black with #F43210

Text Example


Text Example

White with #F43210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43210; }

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

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

background-color css

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

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

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

border-color css

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

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

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