Html Css Color HEX #F23213 Scarlet

📋 copy color: '#F23213'

red 242 ◦ green 50 ◦ blue 19

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

Shades of Scarlet #F23213

Tints of Scarlet #F23213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.11%

R = 77.81%
G = 16.08%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F23213 (or 0xF23213) is known color: Scarlet. HEX triplet: F2, 32 and 13. RGB value is (242,50,19). Sum of RGB (Red+Green+Blue) = 242+50+19=311 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.81% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 242 - color contains mainly: red. Hex color #F23213 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23213 is #0DCDEC. Grayscale: #686868. Windows color (decimal): -904685 or 1258226. OLE color: 1258226.

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

Color convert

RGB 242 50 19 -
CMYK 0 0.79 0.92 0.05
HSL 8.34º 0.9% 0.51% -
HSV(B) 8.34º 0.92% 0.95% -
XYZ 37.88 21.21 2.71 -
YUV 103.87 80.11 226.52 -
System Red Green Blue C M Y K H S L
Decimal 242 50 19 0 0.79 0.92 0.05 8.34 0.9 0.51
Hex F2 32 13 0 4F 5C 5 8 5A 33
Octal 362 62 23 0 117 134 5 10 132 63
Binary 11110010 110010 10011 0 1001111 1011100 101 1000 1011010 110011

Color Harmonies of #F23213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23213

Black with #F23213

Text Example


Text Example

White with #F23213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23213; }

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

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

background-color css

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

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

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

border-color css

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

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

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