Html Css Color HEX #F22919 Scarlet

📋 copy color: '#F22919'

red 242 ◦ green 41 ◦ blue 25

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

Shades of Scarlet #F22919

Tints of Scarlet #F22919

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.31%

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

R = 78.57%
G = 13.31%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F22919 (or 0xF22919) is known color: Scarlet. HEX triplet: F2, 29 and 19. RGB value is (242,41,25). Sum of RGB (Red+Green+Blue) = 242+41+25=308 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.57% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 242 - color contains mainly: red. Hex color #F22919 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22919 is #0DD6E6. Grayscale: #636363. Windows color (decimal): -906983 or 1649138. OLE color: 1649138.

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

Color convert

RGB 242 41 25 -
CMYK 0 0.83 0.90 0.05
HSL 4.42º 0.89% 0.52% -
HSV(B) 4.42º 0.9% 0.95% -
XYZ 37.59 20.53 2.9 -
YUV 99.28 86.09 229.8 -
System Red Green Blue C M Y K H S L
Decimal 242 41 25 0 0.83 0.90 0.05 4.42 0.89 0.52
Hex F2 29 19 0 53 5A 5 4 59 34
Octal 362 51 31 0 123 132 5 4 131 64
Binary 11110010 101001 11001 0 1010011 1011010 101 100 1011001 110100

Color Harmonies of #F22919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22919

Black with #F22919

Text Example


Text Example

White with #F22919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22919; }

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

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

background-color css

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

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

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

border-color css

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

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

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