Html Css Color HEX #F22519 Scarlet

📋 copy color: '#F22519'

red 242 ◦ green 37 ◦ blue 25

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

Shades of Scarlet #F22519

Tints of Scarlet #F22519

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.17%

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

R = 79.61%
G = 12.17%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F22519 (or 0xF22519) is known color: Scarlet. HEX triplet: F2, 25 and 19. RGB value is (242,37,25). Sum of RGB (Red+Green+Blue) = 242+37+25=304 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.61% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 242 - color contains mainly: red. Hex color #F22519 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22519 is #0DDAE6. Grayscale: #616161. Windows color (decimal): -908007 or 1648114. OLE color: 1648114.

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

Color convert

RGB 242 37 25 -
CMYK 0 0.85 0.90 0.05
HSL 3.32º 0.89% 0.52% -
HSV(B) 3.32º 0.9% 0.95% -
XYZ 37.45 20.27 2.86 -
YUV 96.93 87.42 231.48 -
System Red Green Blue C M Y K H S L
Decimal 242 37 25 0 0.85 0.90 0.05 3.32 0.89 0.52
Hex F2 25 19 0 55 5A 5 3 59 34
Octal 362 45 31 0 125 132 5 3 131 64
Binary 11110010 100101 11001 0 1010101 1011010 101 11 1011001 110100

Color Harmonies of #F22519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22519

Black with #F22519

Text Example


Text Example

White with #F22519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22519; }

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

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

background-color css

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

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

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

border-color css

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

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

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