Html Css Color HEX #F22114 Scarlet

📋 copy color: '#F22114'

red 242 ◦ green 33 ◦ blue 20

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

Shades of Scarlet #F22114

Tints of Scarlet #F22114

RGB

 RED value IS 242 (94.92% from 255) = 82.03%

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

 BLUE value IS 20 (8.2% from 255) = 6.78%

R = 82.03%
G = 11.19%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F22114 (or 0xF22114) is known color: Scarlet. HEX triplet: F2, 21 and 14. RGB value is (242,33,20). Sum of RGB (Red+Green+Blue) = 242+33+20=295 (39% of max value = 765). Red value is 242 (94.92% from 255 or 82.03% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 242 - color contains mainly: red. Hex color #F22114 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22114 is #0DDEEB. Grayscale: #5E5E5E. Windows color (decimal): -909036 or 1319410. OLE color: 1319410.

HSL color Cylindrical-coordinate representation of color #F22114: hue angle of 3.51º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F22114 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 33 20 -
CMYK 0 0.86 0.92 0.05
HSL 3.51º 0.9% 0.51% -
HSV(B) 3.51º 0.92% 0.95% -
XYZ 37.29 20.02 2.56 -
YUV 94.01 86.24 233.56 -
System Red Green Blue C M Y K H S L
Decimal 242 33 20 0 0.86 0.92 0.05 3.51 0.9 0.51
Hex F2 21 14 0 56 5C 5 4 5A 33
Octal 362 41 24 0 126 134 5 4 132 63
Binary 11110010 100001 10100 0 1010110 1011100 101 100 1011010 110011

Color Harmonies of #F22114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22114

Black with #F22114

Text Example


Text Example

White with #F22114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22114; }

 p { color: rgb(242,33,20); }

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

background-color css

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

 a { background-color: rgb(242,33,20); }

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

border-color css

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

 span { border-color: rgb(242,33,20); }

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