Html Css Color HEX #F23011 Scarlet

📋 copy color: '#F23011'

red 242 ◦ green 48 ◦ blue 17

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

Shades of Scarlet #F23011

Tints of Scarlet #F23011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.64%

 BLUE value IS 17 (7.03% from 255) = 5.54%

R = 78.83%
G = 15.64%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F23011 (or 0xF23011) is known color: Scarlet. HEX triplet: F2, 30 and 11. RGB value is (242,48,17). Sum of RGB (Red+Green+Blue) = 242+48+17=307 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.83% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 242 - color contains mainly: red. Hex color #F23011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23011 is #0DCFEE. Grayscale: #666666. Windows color (decimal): -905199 or 1126642. OLE color: 1126642.

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

Color convert

RGB 242 48 17 -
CMYK 0 0.80 0.93 0.05
HSL 8.27º 0.9% 0.51% -
HSV(B) 8.27º 0.93% 0.95% -
XYZ 37.78 21.03 2.6 -
YUV 102.47 79.77 227.52 -
System Red Green Blue C M Y K H S L
Decimal 242 48 17 0 0.80 0.93 0.05 8.27 0.9 0.51
Hex F2 30 11 0 50 5D 5 8 5A 33
Octal 362 60 21 0 120 135 5 10 132 63
Binary 11110010 110000 10001 0 1010000 1011101 101 1000 1011010 110011

Color Harmonies of #F23011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23011

Black with #F23011

Text Example


Text Example

White with #F23011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23011; }

 p { color: rgb(242,48,17); }

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

background-color css

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

 a { background-color: rgb(242,48,17); }

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

border-color css

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

 span { border-color: rgb(242,48,17); }

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