Html Css Color HEX #F82A1A Scarlet

📋 copy color: '#F82A1A'

red 248 ◦ green 42 ◦ blue 26

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

Shades of Scarlet #F82A1A

Tints of Scarlet #F82A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.23%

R = 78.48%
G = 13.29%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F82A1A (or 0xF82A1A) is known color: Scarlet. HEX triplet: F8, 2A and 1A. RGB value is (248,42,26). Sum of RGB (Red+Green+Blue) = 248+42+26=316 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.48% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 248 - color contains mainly: red. Hex color #F82A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82A1A is #07D5E5. Grayscale: #666666. Windows color (decimal): -513510 or 1714936. OLE color: 1714936.

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

Color convert

RGB 248 42 26 -
CMYK 0 0.83 0.90 0.03
HSL 4.32º 0.94% 0.54% -
HSV(B) 4.32º 0.9% 0.97% -
XYZ 39.73 21.69 3.07 -
YUV 101.77 85.25 232.3 -
System Red Green Blue C M Y K H S L
Decimal 248 42 26 0 0.83 0.90 0.03 4.32 0.94 0.54
Hex F8 2A 1A 0 53 5A 3 4 5E 36
Octal 370 52 32 0 123 132 3 4 136 66
Binary 11111000 101010 11010 0 1010011 1011010 11 100 1011110 110110

Color Harmonies of #F82A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82A1A

Black with #F82A1A

Text Example


Text Example

White with #F82A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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