Html Css Color HEX #F22219 Scarlet

📋 copy color: '#F22219'

red 242 ◦ green 34 ◦ blue 25

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

Shades of Scarlet #F22219

Tints of Scarlet #F22219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.3%

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

R = 80.4%
G = 11.3%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F22219 (or 0xF22219) is known color: Scarlet. HEX triplet: F2, 22 and 19. RGB value is (242,34,25). Sum of RGB (Red+Green+Blue) = 242+34+25=301 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.40% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 242 - color contains mainly: red. Hex color #F22219 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22219 is #0DDDE6. Grayscale: #5F5F5F. Windows color (decimal): -908775 or 1647346. OLE color: 1647346.

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

Color convert

RGB 242 34 25 -
CMYK 0 0.86 0.90 0.05
HSL 2.49º 0.89% 0.52% -
HSV(B) 2.49º 0.9% 0.95% -
XYZ 37.37 20.09 2.83 -
YUV 95.17 88.41 232.73 -
System Red Green Blue C M Y K H S L
Decimal 242 34 25 0 0.86 0.90 0.05 2.49 0.89 0.52
Hex F2 22 19 0 56 5A 5 2 59 34
Octal 362 42 31 0 126 132 5 2 131 64
Binary 11110010 100010 11001 0 1010110 1011010 101 10 1011001 110100

Color Harmonies of #F22219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22219

Black with #F22219

Text Example


Text Example

White with #F22219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22219; }

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

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

background-color css

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

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

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

border-color css

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

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

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