Html Css Color HEX #F01404 Scarlet

📋 copy color: '#F01404'

red 240 ◦ green 20 ◦ blue 4

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

Shades of Scarlet #F01404

Tints of Scarlet #F01404

RGB

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

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

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

R = 90.91%
G = 7.58%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F01404 (or 0xF01404) is known color: Scarlet. HEX triplet: F0, 14 and 04. RGB value is (240,20,4). Sum of RGB (Red+Green+Blue) = 240+20+4=264 (34% of max value = 765). Red value is 240 (94.14% from 255 or 90.91% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 240 - color contains mainly: red. Hex color #F01404 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01404 is #0FEBFB. Grayscale: #545454. Windows color (decimal): -1043452 or 267504. OLE color: 267504.

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

Color convert

RGB 240 20 4 -
CMYK 0 0.92 0.98 0.06
HSL 4.07º 0.97% 0.48% -
HSV(B) 4.07º 0.98% 0.94% -
XYZ 36.21 19.03 1.88 -
YUV 83.96 82.89 239.3 -
System Red Green Blue C M Y K H S L
Decimal 240 20 4 0 0.92 0.98 0.06 4.07 0.97 0.48
Hex F0 14 4 0 5C 62 6 4 61 30
Octal 360 24 4 0 134 142 6 4 141 60
Binary 11110000 10100 100 0 1011100 1100010 110 100 1100001 110000

Color Harmonies of #F01404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01404

Black with #F01404

Text Example


Text Example

White with #F01404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01404; }

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

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

background-color css

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

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

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

border-color css

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

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

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