Html Css Color HEX #F21614 Scarlet

📋 copy color: '#F21614'

red 242 ◦ green 22 ◦ blue 20

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

Shades of Scarlet #F21614

Tints of Scarlet #F21614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.75%

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

R = 85.21%
G = 7.75%
B = 7.04%

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

#F21614 (or 0xF21614) is known color: Scarlet. HEX triplet: F2, 16 and 14. RGB value is (242,22,20). Sum of RGB (Red+Green+Blue) = 242+22+20=284 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.21% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 242 - color contains mainly: red. Hex color #F21614 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21614 is #0DE9EB. Grayscale: #575757. Windows color (decimal): -911852 or 1316594. OLE color: 1316594.

HSL color Cylindrical-coordinate representation of color #F21614: hue angle of 0.54º 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 #F21614 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 22 20 -
CMYK 0 0.91 0.92 0.05
HSL 0.54º 0.9% 0.51% -
HSV(B) 0.54º 0.92% 0.95% -
XYZ 37.03 19.5 2.47 -
YUV 87.55 89.89 238.16 -
System Red Green Blue C M Y K H S L
Decimal 242 22 20 0 0.91 0.92 0.05 0.54 0.9 0.51
Hex F2 16 14 0 5B 5C 5 1 5A 33
Octal 362 26 24 0 133 134 5 1 132 63
Binary 11110010 10110 10100 0 1011011 1011100 101 1 1011010 110011

Color Harmonies of #F21614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21614

Black with #F21614

Text Example


Text Example

White with #F21614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21614; }

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

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

background-color css

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

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

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

border-color css

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

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

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