Html Css Color HEX #F43404 Scarlet

📋 copy color: '#F43404'

red 244 ◦ green 52 ◦ blue 4

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

Shades of Scarlet #F43404

Tints of Scarlet #F43404

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.33%

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

R = 81.33%
G = 17.33%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F43404 (or 0xF43404) is known color: Scarlet. HEX triplet: F4, 34 and 04. RGB value is (244,52,4). Sum of RGB (Red+Green+Blue) = 244+52+4=300 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.33% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 244 - color contains mainly: red. Hex color #F43404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43404 is #0BCBFB. Grayscale: #686868. Windows color (decimal): -773116 or 275700. OLE color: 275700.

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

Color convert

RGB 244 52 4 -
CMYK 0 0.79 0.98 0.04
HSL 12º 0.97% 0.49% -
HSV(B) 12º 0.98% 0.96% -
XYZ 38.56 21.7 2.27 -
YUV 103.94 71.61 227.9 -
System Red Green Blue C M Y K H S L
Decimal 244 52 4 0 0.79 0.98 0.04 12 0.97 0.49
Hex F4 34 4 0 4F 62 4 C 61 31
Octal 364 64 4 0 117 142 4 14 141 61
Binary 11110100 110100 100 0 1001111 1100010 100 1100 1100001 110001

Color Harmonies of #F43404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43404

Black with #F43404

Text Example


Text Example

White with #F43404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43404; }

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

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

background-color css

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

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

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

border-color css

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

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

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