Html Css Color HEX #F43301 Scarlet

📋 copy color: '#F43301'

red 244 ◦ green 51 ◦ blue 1

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

Shades of Scarlet #F43301

Tints of Scarlet #F43301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.23%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 82.43%
G = 17.23%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F43301 (or 0xF43301) is known color: Scarlet. HEX triplet: F4, 33 and 01. RGB value is (244,51,1). Sum of RGB (Red+Green+Blue) = 244+51+1=296 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.43% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 244 - color contains mainly: red. Hex color #F43301 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43301 is #0BCCFE. Grayscale: #676767. Windows color (decimal): -773375 or 78836. OLE color: 78836.

HSL color Cylindrical-coordinate representation of color #F43301: hue angle of 12.35º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F43301 is Cyan = 0, Magento = 0.79, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 51 1 -
CMYK 0 0.79 1.00 0.04
HSL 12.35º 0.99% 0.48% -
HSV(B) 12.35º 1% 0.96% -
XYZ 38.5 21.6 2.17 -
YUV 103.01 70.44 228.57 -
System Red Green Blue C M Y K H S L
Decimal 244 51 1 0 0.79 1.00 0.04 12.35 0.99 0.48
Hex F4 33 1 0 4F 64 4 C 63 30
Octal 364 63 1 0 117 144 4 14 143 60
Binary 11110100 110011 1 0 1001111 1100100 100 1100 1100011 110000

Color Harmonies of #F43301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43301

Black with #F43301

Text Example


Text Example

White with #F43301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43301; }

 p { color: rgb(244,51,1); }

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

background-color css

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

 a { background-color: rgb(244,51,1); }

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

border-color css

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

 span { border-color: rgb(244,51,1); }

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