Html Css Color HEX #F23109 Scarlet

📋 copy color: '#F23109'

red 242 ◦ green 49 ◦ blue 9

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

Shades of Scarlet #F23109

Tints of Scarlet #F23109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3%

R = 80.67%
G = 16.33%
B = 3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F23109 (or 0xF23109) is known color: Scarlet. HEX triplet: F2, 31 and 09. RGB value is (242,49,9). Sum of RGB (Red+Green+Blue) = 242+49+9=300 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.67% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 9 (3.91% from 255 or 3% from 300); Max value from RGB is 242 - color contains mainly: red. Hex color #F23109 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23109 is #0DCEF6. Grayscale: #666666. Windows color (decimal): -904951 or 602610. OLE color: 602610.

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

Color convert

RGB 242 49 9 -
CMYK 0 0.80 0.96 0.05
HSL 10.3º 0.93% 0.49% -
HSV(B) 10.3º 0.96% 0.95% -
XYZ 37.77 21.09 2.34 -
YUV 102.15 75.44 227.75 -
System Red Green Blue C M Y K H S L
Decimal 242 49 9 0 0.80 0.96 0.05 10.3 0.93 0.49
Hex F2 31 9 0 50 60 5 A 5D 31
Octal 362 61 11 0 120 140 5 12 135 61
Binary 11110010 110001 1001 0 1010000 1100000 101 1010 1011101 110001

Color Harmonies of #F23109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23109

Black with #F23109

Text Example


Text Example

White with #F23109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23109; }

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

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

background-color css

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

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

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

border-color css

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

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

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