Html Css Color HEX #F92F1B Scarlet

📋 copy color: '#F92F1B'

red 249 ◦ green 47 ◦ blue 27

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

Shades of Scarlet #F92F1B

Tints of Scarlet #F92F1B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.55%

 BLUE value IS 27 (10.94% from 255) = 8.36%

R = 77.09%
G = 14.55%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F92F1B (or 0xF92F1B) is known color: Scarlet. HEX triplet: F9, 2F and 1B. RGB value is (249,47,27). Sum of RGB (Red+Green+Blue) = 249+47+27=323 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.09% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 249 - color contains mainly: red. Hex color #F92F1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92F1B is #06D0E4. Grayscale: #696969. Windows color (decimal): -446693 or 1781753. OLE color: 1781753.

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

Color convert

RGB 249 47 27 -
CMYK 0 0.81 0.89 0.02
HSL 5.41º 0.95% 0.54% -
HSV(B) 5.41º 0.89% 0.98% -
XYZ 40.28 22.25 3.21 -
YUV 105.12 83.92 230.63 -
System Red Green Blue C M Y K H S L
Decimal 249 47 27 0 0.81 0.89 0.02 5.41 0.95 0.54
Hex F9 2F 1B 0 51 59 2 5 5F 36
Octal 371 57 33 0 121 131 2 5 137 66
Binary 11111001 101111 11011 0 1010001 1011001 10 101 1011111 110110

Color Harmonies of #F92F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92F1B

Black with #F92F1B

Text Example


Text Example

White with #F92F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92F1B; }

 p { color: rgb(249,47,27); }

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

background-color css

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

 a { background-color: rgb(249,47,27); }

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

border-color css

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

 span { border-color: rgb(249,47,27); }

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