Html Css Color HEX #F21701 Scarlet

📋 copy color: '#F21701'

red 242 ◦ green 23 ◦ blue 1

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

Shades of Scarlet #F21701

Tints of Scarlet #F21701

RGB

 RED value IS 242 (94.92% from 255) = 90.98%

 GREEN value IS 23 (9.38% from 255) = 8.65%

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

R = 90.98%
G = 8.65%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F21701 (or 0xF21701) is known color: Scarlet. HEX triplet: F2, 17 and 01. RGB value is (242,23,1). Sum of RGB (Red+Green+Blue) = 242+23+1=266 (35% of max value = 765). Red value is 242 (94.92% from 255 or 90.98% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 242 - color contains mainly: red. Hex color #F21701 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21701 is #0DE8FE. Grayscale: #565656. Windows color (decimal): -911615 or 71666. OLE color: 71666.

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

Color convert

RGB 242 23 1 -
CMYK 0 0.90 1.00 0.05
HSL 5.48º 0.99% 0.48% -
HSV(B) 5.48º 1% 0.95% -
XYZ 36.93 19.49 1.84 -
YUV 85.97 80.05 239.29 -
System Red Green Blue C M Y K H S L
Decimal 242 23 1 0 0.90 1.00 0.05 5.48 0.99 0.48
Hex F2 17 1 0 5A 64 5 5 63 30
Octal 362 27 1 0 132 144 5 5 143 60
Binary 11110010 10111 1 0 1011010 1100100 101 101 1100011 110000

Color Harmonies of #F21701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21701

Black with #F21701

Text Example


Text Example

White with #F21701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21701; }

 p { color: rgb(242,23,1); }

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

background-color css

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

 a { background-color: rgb(242,23,1); }

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

border-color css

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

 span { border-color: rgb(242,23,1); }

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