Html Css Color HEX #F02217 Scarlet

📋 copy color: '#F02217'

red 240 ◦ green 34 ◦ blue 23

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

Shades of Scarlet #F02217

Tints of Scarlet #F02217

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.45%

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

R = 80.81%
G = 11.45%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F02217 (or 0xF02217) is known color: Scarlet. HEX triplet: F0, 22 and 17. RGB value is (240,34,23). Sum of RGB (Red+Green+Blue) = 240+34+23=297 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.81% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 240 - color contains mainly: red. Hex color #F02217 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02217 is #0FDDE8. Grayscale: #5E5E5E. Windows color (decimal): -1039849 or 1516272. OLE color: 1516272.

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

Color convert

RGB 240 34 23 -
CMYK 0 0.86 0.90 0.06
HSL 3.04º 0.88% 0.52% -
HSV(B) 3.04º 0.9% 0.94% -
XYZ 36.66 19.73 2.69 -
YUV 94.34 87.75 231.89 -
System Red Green Blue C M Y K H S L
Decimal 240 34 23 0 0.86 0.90 0.06 3.04 0.88 0.52
Hex F0 22 17 0 56 5A 6 3 58 34
Octal 360 42 27 0 126 132 6 3 130 64
Binary 11110000 100010 10111 0 1010110 1011010 110 11 1011000 110100

Color Harmonies of #F02217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02217

Black with #F02217

Text Example


Text Example

White with #F02217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02217; }

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

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

background-color css

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

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

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

border-color css

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

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

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