Html Css Color HEX #F51E14 Scarlet

📋 copy color: '#F51E14'

red 245 ◦ green 30 ◦ blue 20

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

Shades of Scarlet #F51E14

Tints of Scarlet #F51E14

RGB

 RED value IS 245 (96.09% from 255) = 83.05%

 GREEN value IS 30 (12.11% from 255) = 10.17%

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

R = 83.05%
G = 10.17%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F51E14 (or 0xF51E14) is known color: Scarlet. HEX triplet: F5, 1E and 14. RGB value is (245,30,20). Sum of RGB (Red+Green+Blue) = 245+30+20=295 (39% of max value = 765). Red value is 245 (96.09% from 255 or 83.05% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F51E14 is #0AE1EB. Grayscale: #5D5D5D. Windows color (decimal): -713196 or 1318645. OLE color: 1318645.

HSL color Cylindrical-coordinate representation of color #F51E14: hue angle of 2.67º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F51E14 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 30 20 -
CMYK 0 0.88 0.92 0.04
HSL 2.67º 0.92% 0.52% -
HSV(B) 2.67º 0.92% 0.96% -
XYZ 38.25 20.39 2.58 -
YUV 93.15 86.73 236.31 -
System Red Green Blue C M Y K H S L
Decimal 245 30 20 0 0.88 0.92 0.04 2.67 0.92 0.52
Hex F5 1E 14 0 58 5C 4 3 5C 34
Octal 365 36 24 0 130 134 4 3 134 64
Binary 11110101 11110 10100 0 1011000 1011100 100 11 1011100 110100

Color Harmonies of #F51E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51E14

Black with #F51E14

Text Example


Text Example

White with #F51E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51E14; }

 p { color: rgb(245,30,20); }

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

background-color css

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

 a { background-color: rgb(245,30,20); }

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

border-color css

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

 span { border-color: rgb(245,30,20); }

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