Html Css Color HEX #F21C16 Scarlet

📋 copy color: '#F21C16'

red 242 ◦ green 28 ◦ blue 22

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

Shades of Scarlet #F21C16

Tints of Scarlet #F21C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.59%

 BLUE value IS 22 (8.98% from 255) = 7.53%

R = 82.88%
G = 9.59%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F21C16 (or 0xF21C16) is known color: Scarlet. HEX triplet: F2, 1C and 16. RGB value is (242,28,22). Sum of RGB (Red+Green+Blue) = 242+28+22=292 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.88% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F21C16 is #0DE3E9. Grayscale: #5B5B5B. Windows color (decimal): -910314 or 1449202. OLE color: 1449202.

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

Color convert

RGB 242 28 22 -
CMYK 0 0.88 0.91 0.05
HSL 1.64º 0.89% 0.52% -
HSV(B) 1.64º 0.91% 0.95% -
XYZ 37.18 19.77 2.61 -
YUV 91.3 88.9 235.49 -
System Red Green Blue C M Y K H S L
Decimal 242 28 22 0 0.88 0.91 0.05 1.64 0.89 0.52
Hex F2 1C 16 0 58 5B 5 2 59 34
Octal 362 34 26 0 130 133 5 2 131 64
Binary 11110010 11100 10110 0 1011000 1011011 101 10 1011001 110100

Color Harmonies of #F21C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21C16

Black with #F21C16

Text Example


Text Example

White with #F21C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21C16; }

 p { color: rgb(242,28,22); }

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

background-color css

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

 a { background-color: rgb(242,28,22); }

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

border-color css

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

 span { border-color: rgb(242,28,22); }

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