Html Css Color HEX #F23116 Scarlet

📋 copy color: '#F23116'

red 242 ◦ green 49 ◦ blue 22

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

Shades of Scarlet #F23116

Tints of Scarlet #F23116

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.65%

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

R = 77.32%
G = 15.65%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F23116 (or 0xF23116) is known color: Scarlet. HEX triplet: F2, 31 and 16. RGB value is (242,49,22). Sum of RGB (Red+Green+Blue) = 242+49+22=313 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.32% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 242 - color contains mainly: red. Hex color #F23116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23116 is #0DCEE9. Grayscale: #676767. Windows color (decimal): -904938 or 1454578. OLE color: 1454578.

HSL color Cylindrical-coordinate representation of color #F23116: hue angle of 7.36º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F23116 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 49 22 -
CMYK 0 0.80 0.91 0.05
HSL 7.36º 0.89% 0.52% -
HSV(B) 7.36º 0.91% 0.95% -
XYZ 37.86 21.13 2.84 -
YUV 103.63 81.94 226.7 -
System Red Green Blue C M Y K H S L
Decimal 242 49 22 0 0.80 0.91 0.05 7.36 0.89 0.52
Hex F2 31 16 0 50 5B 5 7 59 34
Octal 362 61 26 0 120 133 5 7 131 64
Binary 11110010 110001 10110 0 1010000 1011011 101 111 1011001 110100

Color Harmonies of #F23116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23116

Black with #F23116

Text Example


Text Example

White with #F23116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23116; }

 p { color: rgb(242,49,22); }

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

background-color css

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

 a { background-color: rgb(242,49,22); }

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

border-color css

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

 span { border-color: rgb(242,49,22); }

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