Html Css Color HEX #F82912 Scarlet

📋 copy color: '#F82912'

red 248 ◦ green 41 ◦ blue 18

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

Shades of Scarlet #F82912

Tints of Scarlet #F82912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.36%

 BLUE value IS 18 (7.42% from 255) = 5.86%

R = 80.78%
G = 13.36%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F82912 (or 0xF82912) is known color: Scarlet. HEX triplet: F8, 29 and 12. RGB value is (248,41,18). Sum of RGB (Red+Green+Blue) = 248+41+18=307 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.78% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 248 - color contains mainly: red. Hex color #F82912 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82912 is #07D6ED. Grayscale: #646464. Windows color (decimal): -513774 or 1190392. OLE color: 1190392.

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

Color convert

RGB 248 41 18 -
CMYK 0 0.83 0.93 0.03
HSL 0.94% 0.52% -
HSV(B) 0.93% 0.97% -
XYZ 39.61 21.59 2.65 -
YUV 100.27 81.58 233.37 -
System Red Green Blue C M Y K H S L
Decimal 248 41 18 0 0.83 0.93 0.03 6 0.94 0.52
Hex F8 29 12 0 53 5D 3 6 5E 34
Octal 370 51 22 0 123 135 3 6 136 64
Binary 11111000 101001 10010 0 1010011 1011101 11 110 1011110 110100

Color Harmonies of #F82912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82912

Black with #F82912

Text Example


Text Example

White with #F82912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82912; }

 p { color: rgb(248,41,18); }

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

background-color css

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

 a { background-color: rgb(248,41,18); }

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

border-color css

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

 span { border-color: rgb(248,41,18); }

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