Html Css Color HEX #F4211C Scarlet

📋 copy color: '#F4211C'

red 244 ◦ green 33 ◦ blue 28

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

Shades of Scarlet #F4211C

Tints of Scarlet #F4211C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.82%

 BLUE value IS 28 (11.33% from 255) = 9.18%

R = 80%
G = 10.82%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F4211C (or 0xF4211C) is known color: Scarlet. HEX triplet: F4, 21 and 1C. RGB value is (244,33,28). Sum of RGB (Red+Green+Blue) = 244+33+28=305 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 244 - color contains mainly: red. Hex color #F4211C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4211C is #0BDEE3. Grayscale: #5F5F5F. Windows color (decimal): -777956 or 1843700. OLE color: 1843700.

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

Color convert

RGB 244 33 28 -
CMYK 0 0.86 0.89 0.04
HSL 1.39º 0.91% 0.53% -
HSV(B) 1.39º 0.89% 0.96% -
XYZ 38.06 20.4 3.03 -
YUV 95.52 89.9 233.91 -
System Red Green Blue C M Y K H S L
Decimal 244 33 28 0 0.86 0.89 0.04 1.39 0.91 0.53
Hex F4 21 1C 0 56 59 4 1 5B 35
Octal 364 41 34 0 126 131 4 1 133 65
Binary 11110100 100001 11100 0 1010110 1011001 100 1 1011011 110101

Color Harmonies of #F4211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4211C

Black with #F4211C

Text Example


Text Example

White with #F4211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4211C; }

 p { color: rgb(244,33,28); }

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

background-color css

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

 a { background-color: rgb(244,33,28); }

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

border-color css

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

 span { border-color: rgb(244,33,28); }

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