Html Css Color HEX #F4201F Scarlet

📋 copy color: '#F4201F'

red 244 ◦ green 32 ◦ blue 31

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

Shades of Scarlet #F4201F

Tints of Scarlet #F4201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.42%

 BLUE value IS 31 (12.5% from 255) = 10.1%

R = 79.48%
G = 10.42%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F4201F (or 0xF4201F) is known color: Scarlet. HEX triplet: F4, 20 and 1F. RGB value is (244,32,31). Sum of RGB (Red+Green+Blue) = 244+32+31=307 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.48% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 244 - color contains mainly: red. Hex color #F4201F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4201F is #0BDFE0. Grayscale: #5F5F5F. Windows color (decimal): -778209 or 2040052. OLE color: 2040052.

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

Color convert

RGB 244 32 31 -
CMYK 0 0.87 0.87 0.04
HSL 0.28º 0.91% 0.54% -
HSV(B) 0.28º 0.87% 0.96% -
XYZ 38.07 20.37 3.22 -
YUV 95.27 91.74 234.08 -
System Red Green Blue C M Y K H S L
Decimal 244 32 31 0 0.87 0.87 0.04 0.28 0.91 0.54
Hex F4 20 1F 0 57 57 4 0 5B 36
Octal 364 40 37 0 127 127 4 0 133 66
Binary 11110100 100000 11111 0 1010111 1010111 100 0 1011011 110110

Color Harmonies of #F4201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4201F

Black with #F4201F

Text Example


Text Example

White with #F4201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4201F; }

 p { color: rgb(244,32,31); }

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

background-color css

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

 a { background-color: rgb(244,32,31); }

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

border-color css

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

 span { border-color: rgb(244,32,31); }

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