Html Css Color HEX #F23217 Scarlet

📋 copy color: '#F23217'

red 242 ◦ green 50 ◦ blue 23

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

Shades of Scarlet #F23217

Tints of Scarlet #F23217

RGB

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

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

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

R = 76.83%
G = 15.87%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F23217 (or 0xF23217) is known color: Scarlet. HEX triplet: F2, 32 and 17. RGB value is (242,50,23). Sum of RGB (Red+Green+Blue) = 242+50+23=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F23217 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23217 is #0DCDE8. Grayscale: #686868. Windows color (decimal): -904681 or 1520370. OLE color: 1520370.

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

Color convert

RGB 242 50 23 -
CMYK 0 0.79 0.90 0.05
HSL 7.4º 0.89% 0.52% -
HSV(B) 7.4º 0.9% 0.95% -
XYZ 37.91 21.22 2.91 -
YUV 104.33 82.11 226.2 -
System Red Green Blue C M Y K H S L
Decimal 242 50 23 0 0.79 0.90 0.05 7.4 0.89 0.52
Hex F2 32 17 0 4F 5A 5 7 59 34
Octal 362 62 27 0 117 132 5 7 131 64
Binary 11110010 110010 10111 0 1001111 1011010 101 111 1011001 110100

Color Harmonies of #F23217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23217

Black with #F23217

Text Example


Text Example

White with #F23217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23217; }

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

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

background-color css

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

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

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

border-color css

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

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

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