Html Css Color HEX #F81404 Scarlet

📋 copy color: '#F81404'

red 248 ◦ green 20 ◦ blue 4

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

Shades of Scarlet #F81404

Tints of Scarlet #F81404

RGB

 RED value IS 248 (97.27% from 255) = 91.18%

 GREEN value IS 20 (8.2% from 255) = 7.35%

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

R = 91.18%
G = 7.35%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F81404 (or 0xF81404) is known color: Scarlet. HEX triplet: F8, 14 and 04. RGB value is (248,20,4). Sum of RGB (Red+Green+Blue) = 248+20+4=272 (36% of max value = 765). Red value is 248 (97.27% from 255 or 91.18% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 248 - color contains mainly: red. Hex color #F81404 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81404 is #07EBFB. Grayscale: #565656. Windows color (decimal): -519164 or 267512. OLE color: 267512.

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

Color convert

RGB 248 20 4 -
CMYK 0 0.92 0.98 0.03
HSL 3.93º 0.97% 0.49% -
HSV(B) 3.93º 0.98% 0.97% -
XYZ 38.98 20.47 2.01 -
YUV 86.35 81.54 243.3 -
System Red Green Blue C M Y K H S L
Decimal 248 20 4 0 0.92 0.98 0.03 3.93 0.97 0.49
Hex F8 14 4 0 5C 62 3 4 61 31
Octal 370 24 4 0 134 142 3 4 141 61
Binary 11111000 10100 100 0 1011100 1100010 11 100 1100001 110001

Color Harmonies of #F81404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81404

Black with #F81404

Text Example


Text Example

White with #F81404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81404; }

 p { color: rgb(248,20,4); }

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

background-color css

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

 a { background-color: rgb(248,20,4); }

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

border-color css

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

 span { border-color: rgb(248,20,4); }

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