Html Css Color HEX #F21514 Scarlet

📋 copy color: '#F21514'

red 242 ◦ green 21 ◦ blue 20

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

Shades of Scarlet #F21514

Tints of Scarlet #F21514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.07%

R = 85.51%
G = 7.42%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F21514 (or 0xF21514) is known color: Scarlet. HEX triplet: F2, 15 and 14. RGB value is (242,21,20). Sum of RGB (Red+Green+Blue) = 242+21+20=283 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.51% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 242 - color contains mainly: red. Hex color #F21514 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21514 is #0DEAEB. Grayscale: #575757. Windows color (decimal): -912108 or 1316338. OLE color: 1316338.

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

Color convert

RGB 242 21 20 -
CMYK 0 0.91 0.92 0.05
HSL 0.27º 0.9% 0.51% -
HSV(B) 0.27º 0.92% 0.95% -
XYZ 37.01 19.46 2.47 -
YUV 86.97 90.22 238.58 -
System Red Green Blue C M Y K H S L
Decimal 242 21 20 0 0.91 0.92 0.05 0.27 0.9 0.51
Hex F2 15 14 0 5B 5C 5 0 5A 33
Octal 362 25 24 0 133 134 5 0 132 63
Binary 11110010 10101 10100 0 1011011 1011100 101 0 1011010 110011

Color Harmonies of #F21514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21514

Black with #F21514

Text Example


Text Example

White with #F21514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21514; }

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

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

background-color css

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

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

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

border-color css

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

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

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