Html Css Color HEX #F21919 Scarlet

📋 copy color: '#F21919'

red 242 ◦ green 25 ◦ blue 25

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

Shades of Scarlet #F21919

Tints of Scarlet #F21919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.56%

 BLUE value IS 25 (10.16% from 255) = 8.56%

R = 82.88%
G = 8.56%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F21919 (or 0xF21919) is known color: Scarlet. HEX triplet: F2, 19 and 19. RGB value is (242,25,25). Sum of RGB (Red+Green+Blue) = 242+25+25=292 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.88% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 242 - color contains mainly: red. Hex color #F21919 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21919 is #0DE6E6. Grayscale: #5A5A5A. Windows color (decimal): -911079 or 1645042. OLE color: 1645042.

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

Color convert

RGB 242 25 25 -
CMYK 0 0.90 0.90 0.05
HSL 0.89% 0.52% -
HSV(B) 0.9% 0.95% -
XYZ 37.14 19.64 2.75 -
YUV 89.88 91.39 236.5 -
System Red Green Blue C M Y K H S L
Decimal 242 25 25 0 0.90 0.90 0.05 0 0.89 0.52
Hex F2 19 19 0 5A 5A 5 0 59 34
Octal 362 31 31 0 132 132 5 0 131 64
Binary 11110010 11001 11001 0 1011010 1011010 101 0 1011001 110100

Color Harmonies of #F21919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21919

Black with #F21919

Text Example


Text Example

White with #F21919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21919; }

 p { color: rgb(242,25,25); }

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

background-color css

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

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

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

border-color css

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

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

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