Html Css Color HEX #F23118 Scarlet

📋 copy color: '#F23118'

red 242 ◦ green 49 ◦ blue 24

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

Shades of Scarlet #F23118

Tints of Scarlet #F23118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.62%

R = 76.83%
G = 15.56%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F23118 (or 0xF23118) is known color: Scarlet. HEX triplet: F2, 31 and 18. RGB value is (242,49,24). Sum of RGB (Red+Green+Blue) = 242+49+24=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F23118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23118 is #0DCEE7. Grayscale: #686868. Windows color (decimal): -904936 or 1585650. OLE color: 1585650.

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

Color convert

RGB 242 49 24 -
CMYK 0 0.80 0.90 0.05
HSL 6.88º 0.89% 0.52% -
HSV(B) 6.88º 0.9% 0.95% -
XYZ 37.88 21.14 2.95 -
YUV 103.86 82.94 226.53 -
System Red Green Blue C M Y K H S L
Decimal 242 49 24 0 0.80 0.90 0.05 6.88 0.89 0.52
Hex F2 31 18 0 50 5A 5 7 59 34
Octal 362 61 30 0 120 132 5 7 131 64
Binary 11110010 110001 11000 0 1010000 1011010 101 111 1011001 110100

Color Harmonies of #F23118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23118

Black with #F23118

Text Example


Text Example

White with #F23118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23118; }

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

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

background-color css

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

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

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

border-color css

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

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

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