Html Css Color HEX #F42101 Scarlet

📋 copy color: '#F42101'

red 244 ◦ green 33 ◦ blue 1

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

Shades of Scarlet #F42101

Tints of Scarlet #F42101

RGB

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

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

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

R = 87.77%
G = 11.87%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F42101 (or 0xF42101) is known color: Scarlet. HEX triplet: F4, 21 and 01. RGB value is (244,33,1). Sum of RGB (Red+Green+Blue) = 244+33+1=278 (36% of max value = 765). Red value is 244 (95.70% from 255 or 87.77% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 244 - color contains mainly: red. Hex color #F42101 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42101 is #0BDEFE. Grayscale: #5C5C5C. Windows color (decimal): -777983 or 74228. OLE color: 74228.

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

Color convert

RGB 244 33 1 -
CMYK 0 0.86 1.00 0.04
HSL 7.9º 0.99% 0.48% -
HSV(B) 7.9º 1% 0.96% -
XYZ 37.86 20.32 1.96 -
YUV 92.44 76.4 236.1 -
System Red Green Blue C M Y K H S L
Decimal 244 33 1 0 0.86 1.00 0.04 7.9 0.99 0.48
Hex F4 21 1 0 56 64 4 8 63 30
Octal 364 41 1 0 126 144 4 10 143 60
Binary 11110100 100001 1 0 1010110 1100100 100 1000 1100011 110000

Color Harmonies of #F42101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42101

Black with #F42101

Text Example


Text Example

White with #F42101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42101; }

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

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

background-color css

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

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

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

border-color css

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

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

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