Html Css Color HEX #F8251B Scarlet

📋 copy color: '#F8251B'

red 248 ◦ green 37 ◦ blue 27

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

Shades of Scarlet #F8251B

Tints of Scarlet #F8251B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.86%

 BLUE value IS 27 (10.94% from 255) = 8.65%

R = 79.49%
G = 11.86%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F8251B (or 0xF8251B) is known color: Scarlet. HEX triplet: F8, 25 and 1B. RGB value is (248,37,27). Sum of RGB (Red+Green+Blue) = 248+37+27=312 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.49% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 248 - color contains mainly: red. Hex color #F8251B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8251B is #07DAE4. Grayscale: #636363. Windows color (decimal): -514789 or 1779192. OLE color: 1779192.

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

Color convert

RGB 248 37 27 -
CMYK 0 0.85 0.89 0.03
HSL 2.71º 0.94% 0.54% -
HSV(B) 2.71º 0.89% 0.97% -
XYZ 39.57 21.36 3.07 -
YUV 98.95 87.4 234.31 -
System Red Green Blue C M Y K H S L
Decimal 248 37 27 0 0.85 0.89 0.03 2.71 0.94 0.54
Hex F8 25 1B 0 55 59 3 3 5E 36
Octal 370 45 33 0 125 131 3 3 136 66
Binary 11111000 100101 11011 0 1010101 1011001 11 11 1011110 110110

Color Harmonies of #F8251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8251B

Black with #F8251B

Text Example


Text Example

White with #F8251B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8251B; }

 p { color: rgb(248,37,27); }

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

background-color css

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

 a { background-color: rgb(248,37,27); }

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

border-color css

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

 span { border-color: rgb(248,37,27); }

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