Html Css Color HEX #F23310 Scarlet

📋 copy color: '#F23310'

red 242 ◦ green 51 ◦ blue 16

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

Shades of Scarlet #F23310

Tints of Scarlet #F23310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.18%

R = 78.32%
G = 16.5%
B = 5.18%

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

#F23310 (or 0xF23310) is known color: Scarlet. HEX triplet: F2, 33 and 10. RGB value is (242,51,16). Sum of RGB (Red+Green+Blue) = 242+51+16=309 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.32% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 242 - color contains mainly: red. Hex color #F23310 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23310 is #0DCCEF. Grayscale: #686868. Windows color (decimal): -904432 or 1061874. OLE color: 1061874.

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

Color convert

RGB 242 51 16 -
CMYK 0 0.79 0.93 0.05
HSL 9.29º 0.9% 0.51% -
HSV(B) 9.29º 0.93% 0.95% -
XYZ 37.9 21.28 2.6 -
YUV 104.12 78.28 226.35 -
System Red Green Blue C M Y K H S L
Decimal 242 51 16 0 0.79 0.93 0.05 9.29 0.9 0.51
Hex F2 33 10 0 4F 5D 5 9 5A 33
Octal 362 63 20 0 117 135 5 11 132 63
Binary 11110010 110011 10000 0 1001111 1011101 101 1001 1011010 110011

Color Harmonies of #F23310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23310

Black with #F23310

Text Example


Text Example

White with #F23310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23310; }

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

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

background-color css

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

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

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

border-color css

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

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

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