Html Css Color HEX #F4211E Scarlet

📋 copy color: '#F4211E'

red 244 ◦ green 33 ◦ blue 30

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

Shades of Scarlet #F4211E

Tints of Scarlet #F4211E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.77%

R = 79.48%
G = 10.75%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F4211E (or 0xF4211E) is known color: Scarlet. HEX triplet: F4, 21 and 1E. RGB value is (244,33,30). Sum of RGB (Red+Green+Blue) = 244+33+30=307 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.48% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 244 - color contains mainly: red. Hex color #F4211E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4211E is #0BDEE1. Grayscale: #5F5F5F. Windows color (decimal): -777954 or 1974772. OLE color: 1974772.

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

Color convert

RGB 244 33 30 -
CMYK 0 0.86 0.88 0.04
HSL 0.84º 0.91% 0.54% -
HSV(B) 0.84º 0.88% 0.96% -
XYZ 38.09 20.41 3.16 -
YUV 95.75 90.9 233.74 -
System Red Green Blue C M Y K H S L
Decimal 244 33 30 0 0.86 0.88 0.04 0.84 0.91 0.54
Hex F4 21 1E 0 56 58 4 1 5B 36
Octal 364 41 36 0 126 130 4 1 133 66
Binary 11110100 100001 11110 0 1010110 1011000 100 1 1011011 110110

Color Harmonies of #F4211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4211E

Black with #F4211E

Text Example


Text Example

White with #F4211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4211E; }

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

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

background-color css

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

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

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

border-color css

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

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

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