Html Css Color HEX #F02613 Scarlet

📋 copy color: '#F02613'

red 240 ◦ green 38 ◦ blue 19

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

Shades of Scarlet #F02613

Tints of Scarlet #F02613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.4%

R = 80.81%
G = 12.79%
B = 6.4%

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

#F02613 (or 0xF02613) is known color: Scarlet. HEX triplet: F0, 26 and 13. RGB value is (240,38,19). Sum of RGB (Red+Green+Blue) = 240+38+19=297 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.81% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 240 - color contains mainly: red. Hex color #F02613 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02613 is #0FD9EC. Grayscale: #606060. Windows color (decimal): -1038829 or 1255152. OLE color: 1255152.

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

Color convert

RGB 240 38 19 -
CMYK 0 0.84 0.92 0.06
HSL 5.16º 0.88% 0.51% -
HSV(B) 5.16º 0.92% 0.94% -
XYZ 36.75 19.96 2.53 -
YUV 96.23 84.42 230.54 -
System Red Green Blue C M Y K H S L
Decimal 240 38 19 0 0.84 0.92 0.06 5.16 0.88 0.51
Hex F0 26 13 0 54 5C 6 5 58 33
Octal 360 46 23 0 124 134 6 5 130 63
Binary 11110000 100110 10011 0 1010100 1011100 110 101 1011000 110011

Color Harmonies of #F02613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02613

Black with #F02613

Text Example


Text Example

White with #F02613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02613; }

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

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

background-color css

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

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

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

border-color css

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

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

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