Html Css Color HEX #F23311 Scarlet

📋 copy color: '#F23311'

red 242 ◦ green 51 ◦ blue 17

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

Shades of Scarlet #F23311

Tints of Scarlet #F23311

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.45%

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

R = 78.06%
G = 16.45%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F23311 (or 0xF23311) is known color: Scarlet. HEX triplet: F2, 33 and 11. RGB value is (242,51,17). Sum of RGB (Red+Green+Blue) = 242+51+17=310 (41% of max value = 765). Red value is 242 (94.92% from 255 or 78.06% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 242 - color contains mainly: red. Hex color #F23311 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23311 is #0DCCEE. Grayscale: #686868. Windows color (decimal): -904431 or 1127410. OLE color: 1127410.

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

Color convert

RGB 242 51 17 -
CMYK 0 0.79 0.93 0.05
HSL 9.07º 0.9% 0.51% -
HSV(B) 9.07º 0.93% 0.95% -
XYZ 37.9 21.29 2.64 -
YUV 104.23 78.78 226.26 -
System Red Green Blue C M Y K H S L
Decimal 242 51 17 0 0.79 0.93 0.05 9.07 0.9 0.51
Hex F2 33 11 0 4F 5D 5 9 5A 33
Octal 362 63 21 0 117 135 5 11 132 63
Binary 11110010 110011 10001 0 1001111 1011101 101 1001 1011010 110011

Color Harmonies of #F23311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23311

Black with #F23311

Text Example


Text Example

White with #F23311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23311; }

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

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

background-color css

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

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

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

border-color css

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

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

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