Html Css Color HEX #F83313 Scarlet

📋 copy color: '#F83313'

red 248 ◦ green 51 ◦ blue 19

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

Shades of Scarlet #F83313

Tints of Scarlet #F83313

RGB

 RED value IS 248 (97.27% from 255) = 77.99%

 GREEN value IS 51 (20.31% from 255) = 16.04%

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

R = 77.99%
G = 16.04%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F83313 (or 0xF83313) is known color: Scarlet. HEX triplet: F8, 33 and 13. RGB value is (248,51,19). Sum of RGB (Red+Green+Blue) = 248+51+19=318 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.99% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 248 - color contains mainly: red. Hex color #F83313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83313 is #07CCEC. Grayscale: #6A6A6A. Windows color (decimal): -511213 or 1258488. OLE color: 1258488.

HSL color Cylindrical-coordinate representation of color #F83313: hue angle of 8.38º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F83313 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 51 19 -
CMYK 0 0.79 0.92 0.03
HSL 8.38º 0.94% 0.52% -
HSV(B) 8.38º 0.92% 0.97% -
XYZ 40.01 22.37 2.83 -
YUV 106.26 78.77 229.1 -
System Red Green Blue C M Y K H S L
Decimal 248 51 19 0 0.79 0.92 0.03 8.38 0.94 0.52
Hex F8 33 13 0 4F 5C 3 8 5E 34
Octal 370 63 23 0 117 134 3 10 136 64
Binary 11111000 110011 10011 0 1001111 1011100 11 1000 1011110 110100

Color Harmonies of #F83313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83313

Black with #F83313

Text Example


Text Example

White with #F83313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83313; }

 p { color: rgb(248,51,19); }

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

background-color css

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

 a { background-color: rgb(248,51,19); }

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

border-color css

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

 span { border-color: rgb(248,51,19); }

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