Html Css Color HEX #F23014 Scarlet

📋 copy color: '#F23014'

red 242 ◦ green 48 ◦ blue 20

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

Shades of Scarlet #F23014

Tints of Scarlet #F23014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.45%

R = 78.06%
G = 15.48%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F23014 (or 0xF23014) is known color: Scarlet. HEX triplet: F2, 30 and 14. RGB value is (242,48,20). Sum of RGB (Red+Green+Blue) = 242+48+20=310 (41% of max value = 765). Red value is 242 (94.92% from 255 or 78.06% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 242 - color contains mainly: red. Hex color #F23014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23014 is #0DCFEB. Grayscale: #676767. Windows color (decimal): -905196 or 1323250. OLE color: 1323250.

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

Color convert

RGB 242 48 20 -
CMYK 0 0.80 0.92 0.05
HSL 7.57º 0.9% 0.51% -
HSV(B) 7.57º 0.92% 0.95% -
XYZ 37.8 21.04 2.73 -
YUV 102.81 81.27 227.28 -
System Red Green Blue C M Y K H S L
Decimal 242 48 20 0 0.80 0.92 0.05 7.57 0.9 0.51
Hex F2 30 14 0 50 5C 5 8 5A 33
Octal 362 60 24 0 120 134 5 10 132 63
Binary 11110010 110000 10100 0 1010000 1011100 101 1000 1011010 110011

Color Harmonies of #F23014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23014

Black with #F23014

Text Example


Text Example

White with #F23014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23014; }

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

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

background-color css

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

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

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

border-color css

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

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

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