Html Css Color HEX #F92C12 Scarlet

📋 copy color: '#F92C12'

red 249 ◦ green 44 ◦ blue 18

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

Shades of Scarlet #F92C12

Tints of Scarlet #F92C12

RGB

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

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

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

R = 80.06%
G = 14.15%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F92C12 (or 0xF92C12) is known color: Scarlet. HEX triplet: F9, 2C and 12. RGB value is (249,44,18). Sum of RGB (Red+Green+Blue) = 249+44+18=311 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.06% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92C12 is #06D3ED. Grayscale: #666666. Windows color (decimal): -447470 or 1191161. OLE color: 1191161.

HSL color Cylindrical-coordinate representation of color #F92C12: hue angle of 6.75º 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 #F92C12 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 44 18 -
CMYK 0 0.82 0.93 0.02
HSL 6.75º 0.95% 0.52% -
HSV(B) 6.75º 0.93% 0.98% -
XYZ 40.08 21.98 2.7 -
YUV 102.33 80.42 232.61 -
System Red Green Blue C M Y K H S L
Decimal 249 44 18 0 0.82 0.93 0.02 6.75 0.95 0.52
Hex F9 2C 12 0 52 5D 2 7 5F 34
Octal 371 54 22 0 122 135 2 7 137 64
Binary 11111001 101100 10010 0 1010010 1011101 10 111 1011111 110100

Color Harmonies of #F92C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92C12

Black with #F92C12

Text Example


Text Example

White with #F92C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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