Html Css Color HEX #F23119 Scarlet

📋 copy color: '#F23119'

red 242 ◦ green 49 ◦ blue 25

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

Shades of Scarlet #F23119

Tints of Scarlet #F23119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.91%

R = 76.58%
G = 15.51%
B = 7.91%

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

#F23119 (or 0xF23119) is known color: Scarlet. HEX triplet: F2, 31 and 19. RGB value is (242,49,25). Sum of RGB (Red+Green+Blue) = 242+49+25=316 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.58% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 242 - color contains mainly: red. Hex color #F23119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23119 is #0DCEE6. Grayscale: #686868. Windows color (decimal): -904935 or 1651186. OLE color: 1651186.

HSL color Cylindrical-coordinate representation of color #F23119: hue angle of 6.64º 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 #F23119 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 49 25 -
CMYK 0 0.80 0.90 0.05
HSL 6.64º 0.89% 0.52% -
HSV(B) 6.64º 0.9% 0.95% -
XYZ 37.89 21.14 3 -
YUV 103.97 83.44 226.45 -
System Red Green Blue C M Y K H S L
Decimal 242 49 25 0 0.80 0.90 0.05 6.64 0.89 0.52
Hex F2 31 19 0 50 5A 5 7 59 34
Octal 362 61 31 0 120 132 5 7 131 64
Binary 11110010 110001 11001 0 1010000 1011010 101 111 1011001 110100

Color Harmonies of #F23119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23119

Black with #F23119

Text Example


Text Example

White with #F23119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23119; }

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

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

background-color css

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

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

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

border-color css

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

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

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