Html Css Color HEX #F03217 Scarlet

📋 copy color: '#F03217'

red 240 ◦ green 50 ◦ blue 23

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

Shades of Scarlet #F03217

Tints of Scarlet #F03217

RGB

 RED value IS 240 (94.14% from 255) = 76.68%

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

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

R = 76.68%
G = 15.97%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F03217 (or 0xF03217) is known color: Scarlet. HEX triplet: F0, 32 and 17. RGB value is (240,50,23). Sum of RGB (Red+Green+Blue) = 240+50+23=313 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.68% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 240 - color contains mainly: red. Hex color #F03217 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03217 is #0FCDE8. Grayscale: #686868. Windows color (decimal): -1035753 or 1520368. OLE color: 1520368.

HSL color Cylindrical-coordinate representation of color #F03217: hue angle of 7.47º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F03217 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 50 23 -
CMYK 0 0.79 0.90 0.06
HSL 7.47º 0.88% 0.52% -
HSV(B) 7.47º 0.9% 0.94% -
XYZ 37.23 20.87 2.88 -
YUV 103.73 82.45 225.2 -
System Red Green Blue C M Y K H S L
Decimal 240 50 23 0 0.79 0.90 0.06 7.47 0.88 0.52
Hex F0 32 17 0 4F 5A 6 7 58 34
Octal 360 62 27 0 117 132 6 7 130 64
Binary 11110000 110010 10111 0 1001111 1011010 110 111 1011000 110100

Color Harmonies of #F03217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03217

Black with #F03217

Text Example


Text Example

White with #F03217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03217; }

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

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

background-color css

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

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

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

border-color css

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

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

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