Html Css Color HEX #F42F17 Scarlet

📋 copy color: '#F42F17'

red 244 ◦ green 47 ◦ blue 23

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

Shades of Scarlet #F42F17

Tints of Scarlet #F42F17

RGB

 RED value IS 244 (95.7% from 255) = 77.71%

 GREEN value IS 47 (18.75% from 255) = 14.97%

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

R = 77.71%
G = 14.97%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F42F17 (or 0xF42F17) is known color: Scarlet. HEX triplet: F4, 2F and 17. RGB value is (244,47,23). Sum of RGB (Red+Green+Blue) = 244+47+23=314 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.71% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42F17 is #0BD0E8. Grayscale: #676767. Windows color (decimal): -774377 or 1519604. OLE color: 1519604.

HSL color Cylindrical-coordinate representation of color #F42F17: hue angle of 6.52º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F42F17 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 47 23 -
CMYK 0 0.81 0.91 0.04
HSL 6.52º 0.91% 0.52% -
HSV(B) 6.52º 0.91% 0.96% -
XYZ 38.48 21.33 2.9 -
YUV 103.17 82.77 228.45 -
System Red Green Blue C M Y K H S L
Decimal 244 47 23 0 0.81 0.91 0.04 6.52 0.91 0.52
Hex F4 2F 17 0 51 5B 4 7 5B 34
Octal 364 57 27 0 121 133 4 7 133 64
Binary 11110100 101111 10111 0 1010001 1011011 100 111 1011011 110100

Color Harmonies of #F42F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42F17

Black with #F42F17

Text Example


Text Example

White with #F42F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42F17; }

 p { color: rgb(244,47,23); }

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

background-color css

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

 a { background-color: rgb(244,47,23); }

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

border-color css

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

 span { border-color: rgb(244,47,23); }

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