Html Css Color HEX #F42116 Scarlet

📋 copy color: '#F42116'

red 244 ◦ green 33 ◦ blue 22

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

Shades of Scarlet #F42116

Tints of Scarlet #F42116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.36%

R = 81.61%
G = 11.04%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F42116 (or 0xF42116) is known color: Scarlet. HEX triplet: F4, 21 and 16. RGB value is (244,33,22). Sum of RGB (Red+Green+Blue) = 244+33+22=299 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.61% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 244 - color contains mainly: red. Hex color #F42116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42116 is #0BDEE9. Grayscale: #5F5F5F. Windows color (decimal): -777962 or 1450484. OLE color: 1450484.

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

Color convert

RGB 244 33 22 -
CMYK 0 0.86 0.91 0.04
HSL 2.97º 0.91% 0.52% -
HSV(B) 2.97º 0.91% 0.96% -
XYZ 38 20.38 2.69 -
YUV 94.84 86.9 234.39 -
System Red Green Blue C M Y K H S L
Decimal 244 33 22 0 0.86 0.91 0.04 2.97 0.91 0.52
Hex F4 21 16 0 56 5B 4 3 5B 34
Octal 364 41 26 0 126 133 4 3 133 64
Binary 11110100 100001 10110 0 1010110 1011011 100 11 1011011 110100

Color Harmonies of #F42116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42116

Black with #F42116

Text Example


Text Example

White with #F42116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42116; }

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

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

background-color css

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

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

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

border-color css

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

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

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