Html Css Color HEX #F4200E Scarlet

📋 copy color: '#F4200E'

red 244 ◦ green 32 ◦ blue 14

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

Shades of Scarlet #F4200E

Tints of Scarlet #F4200E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.83%

R = 84.14%
G = 11.03%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F4200E (or 0xF4200E) is known color: Scarlet. HEX triplet: F4, 20 and 0E. RGB value is (244,32,14). Sum of RGB (Red+Green+Blue) = 244+32+14=290 (38% of max value = 765). Red value is 244 (95.70% from 255 or 84.14% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 244 - color contains mainly: red. Hex color #F4200E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4200E is #0BDFF1. Grayscale: #5D5D5D. Windows color (decimal): -778226 or 925940. OLE color: 925940.

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

Color convert

RGB 244 32 14 -
CMYK 0 0.87 0.94 0.04
HSL 4.7º 0.91% 0.51% -
HSV(B) 4.7º 0.94% 0.96% -
XYZ 37.9 20.3 2.34 -
YUV 93.34 83.24 235.46 -
System Red Green Blue C M Y K H S L
Decimal 244 32 14 0 0.87 0.94 0.04 4.7 0.91 0.51
Hex F4 20 E 0 57 5E 4 5 5B 33
Octal 364 40 16 0 127 136 4 5 133 63
Binary 11110100 100000 1110 0 1010111 1011110 100 101 1011011 110011

Color Harmonies of #F4200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4200E

Black with #F4200E

Text Example


Text Example

White with #F4200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4200E; }

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

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

background-color css

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

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

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

border-color css

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

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

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