Html Css Color HEX #F42104 Scarlet

📋 copy color: '#F42104'

red 244 ◦ green 33 ◦ blue 4

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

Shades of Scarlet #F42104

Tints of Scarlet #F42104

RGB

 RED value IS 244 (95.7% from 255) = 86.83%

 GREEN value IS 33 (13.28% from 255) = 11.74%

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

R = 86.83%
G = 11.74%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F42104 (or 0xF42104) is known color: Scarlet. HEX triplet: F4, 21 and 04. RGB value is (244,33,4). Sum of RGB (Red+Green+Blue) = 244+33+4=281 (37% of max value = 765). Red value is 244 (95.70% from 255 or 86.83% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 244 - color contains mainly: red. Hex color #F42104 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42104 is #0BDEFB. Grayscale: #5D5D5D. Windows color (decimal): -777980 or 270836. OLE color: 270836.

HSL color Cylindrical-coordinate representation of color #F42104: hue angle of 7.25º 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 #F42104 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 33 4 -
CMYK 0 0.86 0.98 0.04
HSL 7.25º 0.97% 0.49% -
HSV(B) 7.25º 0.98% 0.96% -
XYZ 37.87 20.33 2.04 -
YUV 92.78 77.9 235.86 -
System Red Green Blue C M Y K H S L
Decimal 244 33 4 0 0.86 0.98 0.04 7.25 0.97 0.49
Hex F4 21 4 0 56 62 4 7 61 31
Octal 364 41 4 0 126 142 4 7 141 61
Binary 11110100 100001 100 0 1010110 1100010 100 111 1100001 110001

Color Harmonies of #F42104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42104

Black with #F42104

Text Example


Text Example

White with #F42104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42104; }

 p { color: rgb(244,33,4); }

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

background-color css

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

 a { background-color: rgb(244,33,4); }

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

border-color css

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

 span { border-color: rgb(244,33,4); }

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