Html Css Color HEX #F83310 Scarlet

📋 copy color: '#F83310'

red 248 ◦ green 51 ◦ blue 16

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

Shades of Scarlet #F83310

Tints of Scarlet #F83310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.08%

R = 78.73%
G = 16.19%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F83310 (or 0xF83310) is known color: Scarlet. HEX triplet: F8, 33 and 10. RGB value is (248,51,16). Sum of RGB (Red+Green+Blue) = 248+51+16=315 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.73% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 248 - color contains mainly: red. Hex color #F83310 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83310 is #07CCEF. Grayscale: #6A6A6A. Windows color (decimal): -511216 or 1061880. OLE color: 1061880.

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

Color convert

RGB 248 51 16 -
CMYK 0 0.79 0.94 0.03
HSL 9.05º 0.94% 0.52% -
HSV(B) 9.05º 0.94% 0.97% -
XYZ 39.99 22.36 2.7 -
YUV 105.91 77.27 229.35 -
System Red Green Blue C M Y K H S L
Decimal 248 51 16 0 0.79 0.94 0.03 9.05 0.94 0.52
Hex F8 33 10 0 4F 5E 3 9 5E 34
Octal 370 63 20 0 117 136 3 11 136 64
Binary 11111000 110011 10000 0 1001111 1011110 11 1001 1011110 110100

Color Harmonies of #F83310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83310

Black with #F83310

Text Example


Text Example

White with #F83310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83310; }

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

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

background-color css

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

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

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

border-color css

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

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

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