Html Css Color HEX #F92912 Scarlet

📋 copy color: '#F92912'

red 249 ◦ green 41 ◦ blue 18

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

Shades of Scarlet #F92912

Tints of Scarlet #F92912

RGB

 RED value IS 249 (97.66% from 255) = 80.84%

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

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

R = 80.84%
G = 13.31%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F92912 (or 0xF92912) is known color: Scarlet. HEX triplet: F9, 29 and 12. RGB value is (249,41,18). Sum of RGB (Red+Green+Blue) = 249+41+18=308 (40% of max value = 765). Red value is 249 (97.66% from 255 or 80.84% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 249 - color contains mainly: red. Hex color #F92912 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92912 is #06D6ED. Grayscale: #646464. Windows color (decimal): -448238 or 1190393. OLE color: 1190393.

HSL color Cylindrical-coordinate representation of color #F92912: hue angle of 5.97º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F92912 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 41 18 -
CMYK 0 0.84 0.93 0.02
HSL 5.97º 0.95% 0.52% -
HSV(B) 5.97º 0.93% 0.98% -
XYZ 39.97 21.77 2.67 -
YUV 100.57 81.41 233.87 -
System Red Green Blue C M Y K H S L
Decimal 249 41 18 0 0.84 0.93 0.02 5.97 0.95 0.52
Hex F9 29 12 0 54 5D 2 6 5F 34
Octal 371 51 22 0 124 135 2 6 137 64
Binary 11111001 101001 10010 0 1010100 1011101 10 110 1011111 110100

Color Harmonies of #F92912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92912

Black with #F92912

Text Example


Text Example

White with #F92912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92912; }

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

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

background-color css

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

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

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

border-color css

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

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

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