Html Css Color HEX #F21500 Scarlet

📋 copy color: '#F21500'

red 242 ◦ green 21 ◦ blue 0

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

Shades of Scarlet #F21500

Tints of Scarlet #F21500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.98%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.02%
G = 7.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F21500 (or 0xF21500) is known color: Scarlet. HEX triplet: F2, 15 and 00. RGB value is (242,21,0). Sum of RGB (Red+Green+Blue) = 242+21+0=263 (34% of max value = 765). Red value is 242 (94.92% from 255 or 92.02% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 242 - color contains mainly: red. Hex color #F21500 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21500 is #0DEAFF. Grayscale: #545454. Windows color (decimal): -912128 or 5618. OLE color: 5618.

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

Color convert

RGB 242 21 0 -
CMYK 0 0.91 1 0.05
HSL 5.21º 1% 0.47% -
HSV(B) 5.21º 1% 0.95% -
XYZ 36.89 19.41 1.8 -
YUV 84.69 80.22 240.21 -
System Red Green Blue C M Y K H S L
Decimal 242 21 0 0 0.91 1 0.05 5.21 1 0.47
Hex F2 15 0 0 5B 64 5 5 64 2F
Octal 362 25 0 0 133 144 5 5 144 57
Binary 11110010 10101 0 0 1011011 1100100 101 101 1100100 101111

Color Harmonies of #F21500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21500

Black with #F21500

Text Example


Text Example

White with #F21500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21500; }

 p { color: rgb(242,21,0); }

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

background-color css

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

 a { background-color: rgb(242,21,0); }

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

border-color css

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

 span { border-color: rgb(242,21,0); }

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