Html Css Color HEX #F22B19 Scarlet

📋 copy color: '#F22B19'

red 242 ◦ green 43 ◦ blue 25

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

Shades of Scarlet #F22B19

Tints of Scarlet #F22B19

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.87%

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

R = 78.06%
G = 13.87%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F22B19 (or 0xF22B19) is known color: Scarlet. HEX triplet: F2, 2B and 19. RGB value is (242,43,25). Sum of RGB (Red+Green+Blue) = 242+43+25=310 (41% of max value = 765). Red value is 242 (94.92% from 255 or 78.06% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 242 - color contains mainly: red. Hex color #F22B19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22B19 is #0DD4E6. Grayscale: #646464. Windows color (decimal): -906471 or 1649650. OLE color: 1649650.

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

Color convert

RGB 242 43 25 -
CMYK 0 0.82 0.90 0.05
HSL 4.98º 0.89% 0.52% -
HSV(B) 4.98º 0.9% 0.95% -
XYZ 37.66 20.68 2.93 -
YUV 100.45 85.43 228.96 -
System Red Green Blue C M Y K H S L
Decimal 242 43 25 0 0.82 0.90 0.05 4.98 0.89 0.52
Hex F2 2B 19 0 52 5A 5 5 59 34
Octal 362 53 31 0 122 132 5 5 131 64
Binary 11110010 101011 11001 0 1010010 1011010 101 101 1011001 110100

Color Harmonies of #F22B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22B19

Black with #F22B19

Text Example


Text Example

White with #F22B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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