Html Css Color HEX #F93413 Scarlet

📋 copy color: '#F93413'

red 249 ◦ green 52 ◦ blue 19

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

Shades of Scarlet #F93413

Tints of Scarlet #F93413

RGB

 RED value IS 249 (97.66% from 255) = 77.81%

 GREEN value IS 52 (20.7% from 255) = 16.25%

 BLUE value IS 19 (7.81% from 255) = 5.94%

R = 77.81%
G = 16.25%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F93413 (or 0xF93413) is known color: Scarlet. HEX triplet: F9, 34 and 13. RGB value is (249,52,19). Sum of RGB (Red+Green+Blue) = 249+52+19=320 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.81% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 249 - color contains mainly: red. Hex color #F93413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93413 is #06CBEC. Grayscale: #6B6B6B. Windows color (decimal): -445421 or 1258745. OLE color: 1258745.

HSL color Cylindrical-coordinate representation of color #F93413: hue angle of 8.61º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F93413 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 52 19 -
CMYK 0 0.79 0.92 0.02
HSL 8.61º 0.95% 0.53% -
HSV(B) 8.61º 0.92% 0.98% -
XYZ 40.41 22.64 2.86 -
YUV 107.14 78.27 229.18 -
System Red Green Blue C M Y K H S L
Decimal 249 52 19 0 0.79 0.92 0.02 8.61 0.95 0.53
Hex F9 34 13 0 4F 5C 2 9 5F 35
Octal 371 64 23 0 117 134 2 11 137 65
Binary 11111001 110100 10011 0 1001111 1011100 10 1001 1011111 110101

Color Harmonies of #F93413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93413

Black with #F93413

Text Example


Text Example

White with #F93413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93413; }

 p { color: rgb(249,52,19); }

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

background-color css

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

 a { background-color: rgb(249,52,19); }

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

border-color css

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

 span { border-color: rgb(249,52,19); }

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