Html Css Color HEX #F13219 Scarlet

📋 copy color: '#F13219'

red 241 ◦ green 50 ◦ blue 25

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

Shades of Scarlet #F13219

Tints of Scarlet #F13219

RGB

 RED value IS 241 (94.53% from 255) = 76.27%

 GREEN value IS 50 (19.92% from 255) = 15.82%

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

R = 76.27%
G = 15.82%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F13219 (or 0xF13219) is known color: Scarlet. HEX triplet: F1, 32 and 19. RGB value is (241,50,25). Sum of RGB (Red+Green+Blue) = 241+50+25=316 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.27% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 241 - color contains mainly: red. Hex color #F13219 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13219 is #0ECDE6. Grayscale: #686868. Windows color (decimal): -970215 or 1651441. OLE color: 1651441.

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

Color convert

RGB 241 50 25 -
CMYK 0 0.79 0.90 0.05
HSL 6.94º 0.89% 0.52% -
HSV(B) 6.94º 0.9% 0.95% -
XYZ 37.59 21.05 3 -
YUV 104.26 83.28 225.53 -
System Red Green Blue C M Y K H S L
Decimal 241 50 25 0 0.79 0.90 0.05 6.94 0.89 0.52
Hex F1 32 19 0 4F 5A 5 7 59 34
Octal 361 62 31 0 117 132 5 7 131 64
Binary 11110001 110010 11001 0 1001111 1011010 101 111 1011001 110100

Color Harmonies of #F13219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13219

Black with #F13219

Text Example


Text Example

White with #F13219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13219; }

 p { color: rgb(241,50,25); }

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

background-color css

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

 a { background-color: rgb(241,50,25); }

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

border-color css

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

 span { border-color: rgb(241,50,25); }

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