Html Css Color HEX #F21F10 Scarlet

📋 copy color: '#F21F10'

red 242 ◦ green 31 ◦ blue 16

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

Shades of Scarlet #F21F10

Tints of Scarlet #F21F10

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.73%

 BLUE value IS 16 (6.64% from 255) = 5.54%

R = 83.74%
G = 10.73%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F21F10 (or 0xF21F10) is known color: Scarlet. HEX triplet: F2, 1F and 10. RGB value is (242,31,16). Sum of RGB (Red+Green+Blue) = 242+31+16=289 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.74% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 242 - color contains mainly: red. Hex color #F21F10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F21F10 is #0DE0EF. Grayscale: #5C5C5C. Windows color (decimal): -909552 or 1056754. OLE color: 1056754.

HSL color Cylindrical-coordinate representation of color #F21F10: hue angle of 3.98º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21F10 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 31 16 -
CMYK 0 0.87 0.93 0.05
HSL 3.98º 0.9% 0.51% -
HSV(B) 3.98º 0.93% 0.95% -
XYZ 37.2 19.89 2.37 -
YUV 92.38 84.9 234.72 -
System Red Green Blue C M Y K H S L
Decimal 242 31 16 0 0.87 0.93 0.05 3.98 0.9 0.51
Hex F2 1F 10 0 57 5D 5 4 5A 33
Octal 362 37 20 0 127 135 5 4 132 63
Binary 11110010 11111 10000 0 1010111 1011101 101 100 1011010 110011

Color Harmonies of #F21F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21F10

Black with #F21F10

Text Example


Text Example

White with #F21F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21F10; }

 p { color: rgb(242,31,16); }

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

background-color css

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

 a { background-color: rgb(242,31,16); }

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

border-color css

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

 span { border-color: rgb(242,31,16); }

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