Html Css Color HEX #F21E19 Scarlet

📋 copy color: '#F21E19'

red 242 ◦ green 30 ◦ blue 25

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

Shades of Scarlet #F21E19

Tints of Scarlet #F21E19

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.1%

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

R = 81.48%
G = 10.1%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F21E19 (or 0xF21E19) is known color: Scarlet. HEX triplet: F2, 1E and 19. RGB value is (242,30,25). Sum of RGB (Red+Green+Blue) = 242+30+25=297 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.48% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F21E19 is #0DE1E6. Grayscale: #5D5D5D. Windows color (decimal): -909799 or 1646322. OLE color: 1646322.

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

Color convert

RGB 242 30 25 -
CMYK 0 0.88 0.90 0.05
HSL 1.38º 0.89% 0.52% -
HSV(B) 1.38º 0.9% 0.95% -
XYZ 37.26 19.88 2.79 -
YUV 92.82 89.74 234.41 -
System Red Green Blue C M Y K H S L
Decimal 242 30 25 0 0.88 0.90 0.05 1.38 0.89 0.52
Hex F2 1E 19 0 58 5A 5 1 59 34
Octal 362 36 31 0 130 132 5 1 131 64
Binary 11110010 11110 11001 0 1011000 1011010 101 1 1011001 110100

Color Harmonies of #F21E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E19

Black with #F21E19

Text Example


Text Example

White with #F21E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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