Html Css Color HEX #F43100 Scarlet

📋 copy color: '#F43100'

red 244 ◦ green 49 ◦ blue 0

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

Shades of Scarlet #F43100

Tints of Scarlet #F43100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.28%
G = 16.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F43100 (or 0xF43100) is known color: Scarlet. HEX triplet: F4, 31 and 00. RGB value is (244,49,0). Sum of RGB (Red+Green+Blue) = 244+49+0=293 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.28% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 244 - color contains mainly: red. Hex color #F43100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43100 is #0BCEFF. Grayscale: #666666. Windows color (decimal): -773888 or 12788. OLE color: 12788.

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

Color convert

RGB 244 49 0 -
CMYK 0 0.80 1 0.04
HSL 12.05º 1% 0.48% -
HSV(B) 12.05º 1% 0.96% -
XYZ 38.41 21.43 2.11 -
YUV 101.72 70.6 229.48 -
System Red Green Blue C M Y K H S L
Decimal 244 49 0 0 0.80 1 0.04 12.05 1 0.48
Hex F4 31 0 0 50 64 4 C 64 30
Octal 364 61 0 0 120 144 4 14 144 60
Binary 11110100 110001 0 0 1010000 1100100 100 1100 1100100 110000

Color Harmonies of #F43100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43100

Black with #F43100

Text Example


Text Example

White with #F43100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43100; }

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

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

background-color css

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

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

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

border-color css

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

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

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