Html Css Color HEX #F82A1D Scarlet

📋 copy color: '#F82A1D'

red 248 ◦ green 42 ◦ blue 29

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

Shades of Scarlet #F82A1D

Tints of Scarlet #F82A1D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.17%

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

R = 77.74%
G = 13.17%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F82A1D (or 0xF82A1D) is known color: Scarlet. HEX triplet: F8, 2A and 1D. RGB value is (248,42,29). Sum of RGB (Red+Green+Blue) = 248+42+29=319 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.74% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 248 - color contains mainly: red. Hex color #F82A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82A1D is #07D5E2. Grayscale: #666666. Windows color (decimal): -513507 or 1911544. OLE color: 1911544.

HSL color Cylindrical-coordinate representation of color #F82A1D: hue angle of 3.56º 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 #F82A1D is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 42 29 -
CMYK 0 0.83 0.88 0.03
HSL 3.56º 0.94% 0.54% -
HSV(B) 3.56º 0.88% 0.97% -
XYZ 39.76 21.7 3.26 -
YUV 102.11 86.75 232.06 -
System Red Green Blue C M Y K H S L
Decimal 248 42 29 0 0.83 0.88 0.03 3.56 0.94 0.54
Hex F8 2A 1D 0 53 58 3 4 5E 36
Octal 370 52 35 0 123 130 3 4 136 66
Binary 11111000 101010 11101 0 1010011 1011000 11 100 1011110 110110

Color Harmonies of #F82A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82A1D

Black with #F82A1D

Text Example


Text Example

White with #F82A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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