Html Css Color HEX #F51304 Scarlet

📋 copy color: '#F51304'

red 245 ◦ green 19 ◦ blue 4

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

Shades of Scarlet #F51304

Tints of Scarlet #F51304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.09%

 BLUE value IS 4 (1.95% from 255) = 1.49%

R = 91.42%
G = 7.09%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F51304 (or 0xF51304) is known color: Scarlet. HEX triplet: F5, 13 and 04. RGB value is (245,19,4). Sum of RGB (Red+Green+Blue) = 245+19+4=268 (35% of max value = 765). Red value is 245 (96.09% from 255 or 91.42% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 245 - color contains mainly: red. Hex color #F51304 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51304 is #0AECFB. Grayscale: #555555. Windows color (decimal): -716028 or 267253. OLE color: 267253.

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

Color convert

RGB 245 19 4 -
CMYK 0 0.92 0.98 0.04
HSL 3.73º 0.97% 0.49% -
HSV(B) 3.73º 0.98% 0.96% -
XYZ 37.91 19.89 1.96 -
YUV 84.86 82.37 242.22 -
System Red Green Blue C M Y K H S L
Decimal 245 19 4 0 0.92 0.98 0.04 3.73 0.97 0.49
Hex F5 13 4 0 5C 62 4 4 61 31
Octal 365 23 4 0 134 142 4 4 141 61
Binary 11110101 10011 100 0 1011100 1100010 100 100 1100001 110001

Color Harmonies of #F51304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51304

Black with #F51304

Text Example


Text Example

White with #F51304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51304; }

 p { color: rgb(245,19,4); }

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

background-color css

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

 a { background-color: rgb(245,19,4); }

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

border-color css

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

 span { border-color: rgb(245,19,4); }

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