Html Css Color HEX #F02618 Scarlet

📋 copy color: '#F02618'

red 240 ◦ green 38 ◦ blue 24

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

Shades of Scarlet #F02618

Tints of Scarlet #F02618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.58%

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

R = 79.47%
G = 12.58%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F02618 (or 0xF02618) is known color: Scarlet. HEX triplet: F0, 26 and 18. RGB value is (240,38,24). Sum of RGB (Red+Green+Blue) = 240+38+24=302 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.47% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 240 - color contains mainly: red. Hex color #F02618 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02618 is #0FD9E7. Grayscale: #616161. Windows color (decimal): -1038824 or 1582832. OLE color: 1582832.

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

Color convert

RGB 240 38 24 -
CMYK 0 0.84 0.9 0.06
HSL 3.89º 0.88% 0.52% -
HSV(B) 3.89º 0.9% 0.94% -
XYZ 36.79 19.98 2.78 -
YUV 96.8 86.92 230.14 -
System Red Green Blue C M Y K H S L
Decimal 240 38 24 0 0.84 0.9 0.06 3.89 0.88 0.52
Hex F0 26 18 0 54 5A 6 4 58 34
Octal 360 46 30 0 124 132 6 4 130 64
Binary 11110000 100110 11000 0 1010100 1011010 110 100 1011000 110100

Color Harmonies of #F02618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02618

Black with #F02618

Text Example


Text Example

White with #F02618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02618; }

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

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

background-color css

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

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

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

border-color css

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

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

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