Html Css Color HEX #F82C14 Scarlet

📋 copy color: '#F82C14'

red 248 ◦ green 44 ◦ blue 20

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

Shades of Scarlet #F82C14

Tints of Scarlet #F82C14

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.1%

 BLUE value IS 20 (8.2% from 255) = 6.41%

R = 79.49%
G = 14.1%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F82C14 (or 0xF82C14) is known color: Scarlet. HEX triplet: F8, 2C and 14. RGB value is (248,44,20). Sum of RGB (Red+Green+Blue) = 248+44+20=312 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.49% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82C14 is #07D3EB. Grayscale: #666666. Windows color (decimal): -513004 or 1322232. OLE color: 1322232.

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

Color convert

RGB 248 44 20 -
CMYK 0 0.82 0.92 0.03
HSL 6.32º 0.94% 0.53% -
HSV(B) 6.32º 0.92% 0.97% -
XYZ 39.74 21.81 2.78 -
YUV 102.26 81.59 231.95 -
System Red Green Blue C M Y K H S L
Decimal 248 44 20 0 0.82 0.92 0.03 6.32 0.94 0.53
Hex F8 2C 14 0 52 5C 3 6 5E 35
Octal 370 54 24 0 122 134 3 6 136 65
Binary 11111000 101100 10100 0 1010010 1011100 11 110 1011110 110101

Color Harmonies of #F82C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82C14

Black with #F82C14

Text Example


Text Example

White with #F82C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82C14; }

 p { color: rgb(248,44,20); }

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

background-color css

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

 a { background-color: rgb(248,44,20); }

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

border-color css

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

 span { border-color: rgb(248,44,20); }

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