Html Css Color HEX #F03218 Scarlet

📋 copy color: '#F03218'

red 240 ◦ green 50 ◦ blue 24

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

Shades of Scarlet #F03218

Tints of Scarlet #F03218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.64%

R = 76.43%
G = 15.92%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F03218 (or 0xF03218) is known color: Scarlet. HEX triplet: F0, 32 and 18. RGB value is (240,50,24). Sum of RGB (Red+Green+Blue) = 240+50+24=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F03218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03218 is #0FCDE7. Grayscale: #686868. Windows color (decimal): -1035752 or 1585904. OLE color: 1585904.

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

Color convert

RGB 240 50 24 -
CMYK 0 0.79 0.9 0.06
HSL 7.22º 0.88% 0.52% -
HSV(B) 7.22º 0.9% 0.94% -
XYZ 37.24 20.87 2.93 -
YUV 103.85 82.95 225.11 -
System Red Green Blue C M Y K H S L
Decimal 240 50 24 0 0.79 0.9 0.06 7.22 0.88 0.52
Hex F0 32 18 0 4F 5A 6 7 58 34
Octal 360 62 30 0 117 132 6 7 130 64
Binary 11110000 110010 11000 0 1001111 1011010 110 111 1011000 110100

Color Harmonies of #F03218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03218

Black with #F03218

Text Example


Text Example

White with #F03218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03218; }

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

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

background-color css

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

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

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

border-color css

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

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

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