Html Css Color HEX #F02614 Scarlet

📋 copy color: '#F02614'

red 240 ◦ green 38 ◦ blue 20

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

Shades of Scarlet #F02614

Tints of Scarlet #F02614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.71%

R = 80.54%
G = 12.75%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F02614 (or 0xF02614) is known color: Scarlet. HEX triplet: F0, 26 and 14. RGB value is (240,38,20). Sum of RGB (Red+Green+Blue) = 240+38+20=298 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.54% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 240 - color contains mainly: red. Hex color #F02614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02614 is #0FD9EB. Grayscale: #606060. Windows color (decimal): -1038828 or 1320688. OLE color: 1320688.

HSL color Cylindrical-coordinate representation of color #F02614: hue angle of 4.91º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F02614 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 38 20 -
CMYK 0 0.84 0.92 0.06
HSL 4.91º 0.88% 0.51% -
HSV(B) 4.91º 0.92% 0.94% -
XYZ 36.75 19.96 2.58 -
YUV 96.35 84.92 230.46 -
System Red Green Blue C M Y K H S L
Decimal 240 38 20 0 0.84 0.92 0.06 4.91 0.88 0.51
Hex F0 26 14 0 54 5C 6 5 58 33
Octal 360 46 24 0 124 134 6 5 130 63
Binary 11110000 100110 10100 0 1010100 1011100 110 101 1011000 110011

Color Harmonies of #F02614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02614

Black with #F02614

Text Example


Text Example

White with #F02614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02614; }

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

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

background-color css

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

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

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

border-color css

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

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

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