Html Css Color HEX #F42004 Scarlet

📋 copy color: '#F42004'

red 244 ◦ green 32 ◦ blue 4

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

Shades of Scarlet #F42004

Tints of Scarlet #F42004

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.43%

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

R = 87.14%
G = 11.43%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F42004 (or 0xF42004) is known color: Scarlet. HEX triplet: F4, 20 and 04. RGB value is (244,32,4). Sum of RGB (Red+Green+Blue) = 244+32+4=280 (37% of max value = 765). Red value is 244 (95.70% from 255 or 87.14% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 244 - color contains mainly: red. Hex color #F42004 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42004 is #0BDFFB. Grayscale: #5C5C5C. Windows color (decimal): -778236 or 270580. OLE color: 270580.

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

Color convert

RGB 244 32 4 -
CMYK 0 0.87 0.98 0.04
HSL 0.97% 0.49% -
HSV(B) 0.98% 0.96% -
XYZ 37.85 20.27 2.03 -
YUV 92.2 78.24 236.28 -
System Red Green Blue C M Y K H S L
Decimal 244 32 4 0 0.87 0.98 0.04 7 0.97 0.49
Hex F4 20 4 0 57 62 4 7 61 31
Octal 364 40 4 0 127 142 4 7 141 61
Binary 11110100 100000 100 0 1010111 1100010 100 111 1100001 110001

Color Harmonies of #F42004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42004

Black with #F42004

Text Example


Text Example

White with #F42004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42004; }

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

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

background-color css

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

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

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

border-color css

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

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

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