Html Css Color HEX #F13218 Scarlet

📋 copy color: '#F13218'

red 241 ◦ green 50 ◦ blue 24

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

Shades of Scarlet #F13218

Tints of Scarlet #F13218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.62%

R = 76.51%
G = 15.87%
B = 7.62%

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

#F13218 (or 0xF13218) is known color: Scarlet. HEX triplet: F1, 32 and 18. RGB value is (241,50,24). Sum of RGB (Red+Green+Blue) = 241+50+24=315 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.51% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 241 - color contains mainly: red. Hex color #F13218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13218 is #0ECDE7. Grayscale: #686868. Windows color (decimal): -970216 or 1585905. OLE color: 1585905.

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

Color convert

RGB 241 50 24 -
CMYK 0 0.79 0.90 0.05
HSL 7.19º 0.89% 0.52% -
HSV(B) 7.19º 0.9% 0.95% -
XYZ 37.58 21.05 2.95 -
YUV 104.15 82.78 225.61 -
System Red Green Blue C M Y K H S L
Decimal 241 50 24 0 0.79 0.90 0.05 7.19 0.89 0.52
Hex F1 32 18 0 4F 5A 5 7 59 34
Octal 361 62 30 0 117 132 5 7 131 64
Binary 11110001 110010 11000 0 1001111 1011010 101 111 1011001 110100

Color Harmonies of #F13218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13218

Black with #F13218

Text Example


Text Example

White with #F13218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13218; }

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

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

background-color css

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

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

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

border-color css

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

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

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