Html Css Color HEX #F23017 Scarlet

📋 copy color: '#F23017'

red 242 ◦ green 48 ◦ blue 23

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

Shades of Scarlet #F23017

Tints of Scarlet #F23017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.35%

R = 77.32%
G = 15.34%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F23017 (or 0xF23017) is known color: Scarlet. HEX triplet: F2, 30 and 17. RGB value is (242,48,23). Sum of RGB (Red+Green+Blue) = 242+48+23=313 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.32% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 242 - color contains mainly: red. Hex color #F23017 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23017 is #0DCFE8. Grayscale: #676767. Windows color (decimal): -905193 or 1519858. OLE color: 1519858.

HSL color Cylindrical-coordinate representation of color #F23017: hue angle of 6.85º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F23017 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 48 23 -
CMYK 0 0.80 0.90 0.05
HSL 6.85º 0.89% 0.52% -
HSV(B) 6.85º 0.9% 0.95% -
XYZ 37.83 21.05 2.88 -
YUV 103.16 82.77 227.03 -
System Red Green Blue C M Y K H S L
Decimal 242 48 23 0 0.80 0.90 0.05 6.85 0.89 0.52
Hex F2 30 17 0 50 5A 5 7 59 34
Octal 362 60 27 0 120 132 5 7 131 64
Binary 11110010 110000 10111 0 1010000 1011010 101 111 1011001 110100

Color Harmonies of #F23017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23017

Black with #F23017

Text Example


Text Example

White with #F23017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23017; }

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

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

background-color css

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

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

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

border-color css

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

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

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