Html Css Color HEX #F8251D Scarlet

📋 copy color: '#F8251D'

red 248 ◦ green 37 ◦ blue 29

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

Shades of Scarlet #F8251D

Tints of Scarlet #F8251D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.24%

R = 78.98%
G = 11.78%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8251D (or 0xF8251D) is known color: Scarlet. HEX triplet: F8, 25 and 1D. RGB value is (248,37,29). Sum of RGB (Red+Green+Blue) = 248+37+29=314 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.98% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 248 - color contains mainly: red. Hex color #F8251D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8251D is #07DAE2. Grayscale: #636363. Windows color (decimal): -514787 or 1910264. OLE color: 1910264.

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

Color convert

RGB 248 37 29 -
CMYK 0 0.85 0.88 0.03
HSL 2.19º 0.94% 0.54% -
HSV(B) 2.19º 0.88% 0.97% -
XYZ 39.59 21.37 3.2 -
YUV 99.18 88.4 234.15 -
System Red Green Blue C M Y K H S L
Decimal 248 37 29 0 0.85 0.88 0.03 2.19 0.94 0.54
Hex F8 25 1D 0 55 58 3 2 5E 36
Octal 370 45 35 0 125 130 3 2 136 66
Binary 11111000 100101 11101 0 1010101 1011000 11 10 1011110 110110

Color Harmonies of #F8251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8251D

Black with #F8251D

Text Example


Text Example

White with #F8251D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8251D; }

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

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

background-color css

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

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

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

border-color css

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

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

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