Html Css Color HEX #F23211 Scarlet

📋 copy color: '#F23211'

red 242 ◦ green 50 ◦ blue 17

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

Shades of Scarlet #F23211

Tints of Scarlet #F23211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.18%

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

R = 78.32%
G = 16.18%
B = 5.5%

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

#F23211 (or 0xF23211) is known color: Scarlet. HEX triplet: F2, 32 and 11. RGB value is (242,50,17). Sum of RGB (Red+Green+Blue) = 242+50+17=309 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.32% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 242 - color contains mainly: red. Hex color #F23211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23211 is #0DCDEE. Grayscale: #676767. Windows color (decimal): -904687 or 1127154. OLE color: 1127154.

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

Color convert

RGB 242 50 17 -
CMYK 0 0.79 0.93 0.05
HSL 8.8º 0.9% 0.51% -
HSV(B) 8.8º 0.93% 0.95% -
XYZ 37.86 21.2 2.63 -
YUV 103.65 79.11 226.68 -
System Red Green Blue C M Y K H S L
Decimal 242 50 17 0 0.79 0.93 0.05 8.8 0.9 0.51
Hex F2 32 11 0 4F 5D 5 9 5A 33
Octal 362 62 21 0 117 135 5 11 132 63
Binary 11110010 110010 10001 0 1001111 1011101 101 1001 1011010 110011

Color Harmonies of #F23211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23211

Black with #F23211

Text Example


Text Example

White with #F23211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23211; }

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

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

background-color css

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

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

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

border-color css

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

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

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