Html Css Color HEX #F22F19 Scarlet

📋 copy color: '#F22F19'

red 242 ◦ green 47 ◦ blue 25

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

Shades of Scarlet #F22F19

Tints of Scarlet #F22F19

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.97%

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

R = 77.07%
G = 14.97%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F22F19 (or 0xF22F19) is known color: Scarlet. HEX triplet: F2, 2F and 19. RGB value is (242,47,25). Sum of RGB (Red+Green+Blue) = 242+47+25=314 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.07% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 242 - color contains mainly: red. Hex color #F22F19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22F19 is #0DD0E6. Grayscale: #676767. Windows color (decimal): -905447 or 1650674. OLE color: 1650674.

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

Color convert

RGB 242 47 25 -
CMYK 0 0.81 0.90 0.05
HSL 6.08º 0.89% 0.52% -
HSV(B) 6.08º 0.9% 0.95% -
XYZ 37.81 20.98 2.98 -
YUV 102.8 84.1 227.29 -
System Red Green Blue C M Y K H S L
Decimal 242 47 25 0 0.81 0.90 0.05 6.08 0.89 0.52
Hex F2 2F 19 0 51 5A 5 6 59 34
Octal 362 57 31 0 121 132 5 6 131 64
Binary 11110010 101111 11001 0 1010001 1011010 101 110 1011001 110100

Color Harmonies of #F22F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22F19

Black with #F22F19

Text Example


Text Example

White with #F22F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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